plain.admin 0.23.0__tar.gz → 0.25.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {plain_admin-0.23.0 → plain_admin-0.25.0}/PKG-INFO +2 -2
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/README.md +1 -1
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/assets/admin/admin.js +6 -1
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/views/models.py +0 -33
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/views/objects.py +54 -54
- {plain_admin-0.23.0 → plain_admin-0.25.0}/pyproject.toml +1 -1
- {plain_admin-0.23.0 → plain_admin-0.25.0}/.gitignore +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/LICENSE +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/README.md +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/__init__.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/assets/admin/admin.css +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/assets/admin/chart.js +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/assets/admin/jquery-3.6.1.slim.min.js +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/assets/admin/list.js +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/assets/admin/popper.min.js +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/assets/admin/tippy-bundle.umd.min.js +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/assets/toolbar/toolbar.js +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/cards/__init__.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/cards/base.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/cards/charts.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/cards/tables.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/config.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/dates.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/default_settings.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/impersonate/README.md +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/impersonate/__init__.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/impersonate/middleware.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/impersonate/models.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/impersonate/permissions.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/impersonate/settings.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/impersonate/urls.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/impersonate/views.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/middleware.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/querystats/README.md +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/querystats/__init__.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/querystats/core.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/querystats/middleware.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/querystats/urls.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/querystats/views.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/base.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/cards/base.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/cards/card.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/cards/chart.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/cards/table.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/delete.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/detail.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/index.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/list.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/page.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/search.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/values/UUID.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/values/bool.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/values/datetime.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/values/default.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/values/dict.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/values/get_display.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/values/img.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/values/list.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/values/model.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/values/queryset.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/elements/admin/Checkbox.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/elements/admin/CheckboxField.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/elements/admin/FieldErrors.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/elements/admin/Help.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/elements/admin/Input.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/elements/admin/InputField.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/elements/admin/Label.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/elements/admin/Select.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/elements/admin/SelectField.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/elements/admin/Submit.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/elements/admin/Textarea.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/elements/admin/TextareaField.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/querystats/querystats.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/querystats/toolbar.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/toolbar/toolbar.html +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/toolbar.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/urls.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/views/__init__.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/views/base.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/views/registry.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/views/types.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/views/viewsets.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/tests/app/settings.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/tests/app/urls.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/tests/app/users/migrations/0001_initial.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/tests/app/users/migrations/__init__.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/tests/app/users/models.py +0 -0
- {plain_admin-0.23.0 → plain_admin-0.25.0}/tests/test_admin.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: plain.admin
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.25.0
|
4
4
|
Summary: Admin dashboard and tools for Plain.
|
5
5
|
Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
|
6
6
|
License-Expression: BSD-3-Clause
|
@@ -24,7 +24,7 @@ in addition to models.
|
|
24
24
|
|
25
25
|
- cards
|
26
26
|
- dashboards
|
27
|
-
- diy forms
|
27
|
+
- diy forms - have to install elements if you want to use them (or an app uses them, or maybe plain pkgs should use them just for admin...)
|
28
28
|
- detached from login (do your own login (oauth, passkeys, etc))
|
29
29
|
|
30
30
|
## Installation
|
@@ -9,7 +9,7 @@ in addition to models.
|
|
9
9
|
|
10
10
|
- cards
|
11
11
|
- dashboards
|
12
|
-
- diy forms
|
12
|
+
- diy forms - have to install elements if you want to use them (or an app uses them, or maybe plain pkgs should use them just for admin...)
|
13
13
|
- detached from login (do your own login (oauth, passkeys, etc))
|
14
14
|
|
15
15
|
## Installation
|
@@ -58,8 +58,13 @@ jQuery(function($) {
|
|
58
58
|
// Column already has a link, so don't add another
|
59
59
|
return;
|
60
60
|
}
|
61
|
+
var autolinkUrl = $this.data("column-autolink");
|
62
|
+
if (!autolinkUrl) {
|
63
|
+
// No URL, so don't add a link
|
64
|
+
return;
|
65
|
+
}
|
61
66
|
var $link = $(document.createElement("a"));
|
62
|
-
$link.attr("href",
|
67
|
+
$link.attr("href", autolinkUrl);
|
63
68
|
$link.addClass("flex p-2 -m-2 text-white/80 hover:no-underline");
|
64
69
|
$(this).wrapInner($link);
|
65
70
|
})
|
@@ -162,17 +162,6 @@ class AdminModelDetailView(AdminDetailView):
|
|
162
162
|
def get_object(self):
|
163
163
|
return self.model.objects.get(pk=self.url_kwargs["pk"])
|
164
164
|
|
165
|
-
def get_template_names(self) -> list[str]:
|
166
|
-
template_names = super().get_template_names()
|
167
|
-
|
168
|
-
if not self.template_name and isinstance(self.object, models.Model):
|
169
|
-
object_meta = self.object._meta
|
170
|
-
template_names = [
|
171
|
-
f"admin/{object_meta.package_label}/{object_meta.model_name}{self.template_name_suffix}.html"
|
172
|
-
] + template_names
|
173
|
-
|
174
|
-
return template_names
|
175
|
-
|
176
165
|
|
177
166
|
class AdminModelCreateView(AdminCreateView):
|
178
167
|
model: "models.Model"
|
@@ -191,17 +180,6 @@ class AdminModelCreateView(AdminCreateView):
|
|
191
180
|
|
192
181
|
return f"{cls.model._meta.model_name}/create/"
|
193
182
|
|
194
|
-
def get_template_names(self):
|
195
|
-
template_names = super().get_template_names()
|
196
|
-
|
197
|
-
if not self.template_name and issubclass(self.model, models.Model):
|
198
|
-
model_meta = self.model._meta
|
199
|
-
template_names = [
|
200
|
-
f"admin/{model_meta.package_label}/{model_meta.model_name}{self.template_name_suffix}.html"
|
201
|
-
] + template_names
|
202
|
-
|
203
|
-
return template_names
|
204
|
-
|
205
183
|
|
206
184
|
class AdminModelUpdateView(AdminUpdateView):
|
207
185
|
model: "models.Model"
|
@@ -224,17 +202,6 @@ class AdminModelUpdateView(AdminUpdateView):
|
|
224
202
|
def get_object(self):
|
225
203
|
return self.model.objects.get(pk=self.url_kwargs["pk"])
|
226
204
|
|
227
|
-
def get_template_names(self):
|
228
|
-
template_names = super().get_template_names()
|
229
|
-
|
230
|
-
if not self.template_name and isinstance(self.object, models.Model):
|
231
|
-
object_meta = self.object._meta
|
232
|
-
template_names = [
|
233
|
-
f"admin/{object_meta.package_label}/{object_meta.model_name}{self.template_name_suffix}.html"
|
234
|
-
] + template_names
|
235
|
-
|
236
|
-
return template_names
|
237
|
-
|
238
205
|
|
239
206
|
class AdminModelDeleteView(AdminDeleteView):
|
240
207
|
model: "models.Model"
|
@@ -72,7 +72,7 @@ class AdminListView(HTMXViewMixin, AdminView):
|
|
72
72
|
|
73
73
|
if self.is_htmx_request() and not hx_from_this_page and not self._page:
|
74
74
|
# Don't render anything
|
75
|
-
return Response(
|
75
|
+
return Response(status_code=204)
|
76
76
|
|
77
77
|
return response
|
78
78
|
|
@@ -144,29 +144,29 @@ class AdminListView(HTMXViewMixin, AdminView):
|
|
144
144
|
"admin/values/default.html",
|
145
145
|
]
|
146
146
|
|
147
|
-
def get_list_url(self) -> str
|
148
|
-
return
|
147
|
+
def get_list_url(self) -> str:
|
148
|
+
return ""
|
149
149
|
|
150
|
-
def get_create_url(self) -> str
|
151
|
-
return
|
150
|
+
def get_create_url(self) -> str:
|
151
|
+
return ""
|
152
152
|
|
153
|
-
def get_detail_url(self, obj) -> str
|
154
|
-
return
|
153
|
+
def get_detail_url(self, obj) -> str:
|
154
|
+
return ""
|
155
155
|
|
156
|
-
def get_update_url(self, obj) -> str
|
157
|
-
return
|
156
|
+
def get_update_url(self, obj) -> str:
|
157
|
+
return ""
|
158
158
|
|
159
|
-
def get_delete_url(self, obj) -> str
|
160
|
-
return
|
159
|
+
def get_delete_url(self, obj) -> str:
|
160
|
+
return ""
|
161
161
|
|
162
|
-
def get_object_url(self, obj) -> str
|
162
|
+
def get_object_url(self, obj) -> str:
|
163
163
|
if url := self.get_detail_url(obj):
|
164
164
|
return url
|
165
165
|
if url := self.get_update_url(obj):
|
166
166
|
return url
|
167
167
|
if url := self.get_delete_url(obj):
|
168
168
|
return url
|
169
|
-
return
|
169
|
+
return ""
|
170
170
|
|
171
171
|
def get_object_links(self, obj) -> dict[str]:
|
172
172
|
links = {}
|
@@ -191,20 +191,20 @@ class AdminListView(HTMXViewMixin, AdminView):
|
|
191
191
|
class AdminCreateView(AdminView, CreateView):
|
192
192
|
template_name = None
|
193
193
|
|
194
|
-
def get_list_url(self) -> str
|
195
|
-
return
|
194
|
+
def get_list_url(self) -> str:
|
195
|
+
return ""
|
196
196
|
|
197
|
-
def get_create_url(self) -> str
|
198
|
-
return
|
197
|
+
def get_create_url(self) -> str:
|
198
|
+
return ""
|
199
199
|
|
200
|
-
def get_detail_url(self, obj) -> str
|
201
|
-
return
|
200
|
+
def get_detail_url(self, obj) -> str:
|
201
|
+
return ""
|
202
202
|
|
203
|
-
def get_update_url(self, obj) -> str
|
204
|
-
return
|
203
|
+
def get_update_url(self, obj) -> str:
|
204
|
+
return ""
|
205
205
|
|
206
|
-
def get_delete_url(self, obj) -> str
|
207
|
-
return
|
206
|
+
def get_delete_url(self, obj) -> str:
|
207
|
+
return ""
|
208
208
|
|
209
209
|
def get_success_url(self, form):
|
210
210
|
if list_url := self.get_list_url():
|
@@ -227,7 +227,7 @@ class AdminDetailView(AdminView, DetailView):
|
|
227
227
|
|
228
228
|
def get_template_names(self) -> list[str]:
|
229
229
|
return super().get_template_names() + [
|
230
|
-
"admin/detail.html",
|
230
|
+
"admin/detail.html", # A generic detail view for rendering any object
|
231
231
|
]
|
232
232
|
|
233
233
|
def get_description(self):
|
@@ -274,20 +274,20 @@ class AdminDetailView(AdminView, DetailView):
|
|
274
274
|
|
275
275
|
return templates
|
276
276
|
|
277
|
-
def get_list_url(self) -> str
|
278
|
-
return
|
277
|
+
def get_list_url(self) -> str:
|
278
|
+
return ""
|
279
279
|
|
280
|
-
def get_create_url(self) -> str
|
281
|
-
return
|
280
|
+
def get_create_url(self) -> str:
|
281
|
+
return ""
|
282
282
|
|
283
|
-
def get_detail_url(self, obj) -> str
|
284
|
-
return
|
283
|
+
def get_detail_url(self, obj) -> str:
|
284
|
+
return ""
|
285
285
|
|
286
|
-
def get_update_url(self, obj) -> str
|
287
|
-
return
|
286
|
+
def get_update_url(self, obj) -> str:
|
287
|
+
return ""
|
288
288
|
|
289
|
-
def get_delete_url(self, obj) -> str
|
290
|
-
return
|
289
|
+
def get_delete_url(self, obj) -> str:
|
290
|
+
return ""
|
291
291
|
|
292
292
|
def get_fields(self):
|
293
293
|
return self.fields.copy() # Avoid mutating the class attribute itself
|
@@ -311,20 +311,20 @@ class AdminUpdateView(AdminView, UpdateView):
|
|
311
311
|
template_name = None
|
312
312
|
nav_section = ""
|
313
313
|
|
314
|
-
def get_list_url(self) -> str
|
315
|
-
return
|
314
|
+
def get_list_url(self) -> str:
|
315
|
+
return ""
|
316
316
|
|
317
|
-
def get_create_url(self) -> str
|
318
|
-
return
|
317
|
+
def get_create_url(self) -> str:
|
318
|
+
return ""
|
319
319
|
|
320
|
-
def get_detail_url(self, obj) -> str
|
321
|
-
return
|
320
|
+
def get_detail_url(self, obj) -> str:
|
321
|
+
return ""
|
322
322
|
|
323
|
-
def get_update_url(self, obj) -> str
|
324
|
-
return
|
323
|
+
def get_update_url(self, obj) -> str:
|
324
|
+
return ""
|
325
325
|
|
326
|
-
def get_delete_url(self, obj) -> str
|
327
|
-
return
|
326
|
+
def get_delete_url(self, obj) -> str:
|
327
|
+
return ""
|
328
328
|
|
329
329
|
def get_description(self):
|
330
330
|
return repr(self.object)
|
@@ -363,20 +363,20 @@ class AdminDeleteView(AdminView, DeleteView):
|
|
363
363
|
def get_description(self):
|
364
364
|
return repr(self.object)
|
365
365
|
|
366
|
-
def get_list_url(self) -> str
|
367
|
-
return
|
366
|
+
def get_list_url(self) -> str:
|
367
|
+
return ""
|
368
368
|
|
369
|
-
def get_create_url(self) -> str
|
370
|
-
return
|
369
|
+
def get_create_url(self) -> str:
|
370
|
+
return ""
|
371
371
|
|
372
|
-
def get_detail_url(self, obj) -> str
|
373
|
-
return
|
372
|
+
def get_detail_url(self, obj) -> str:
|
373
|
+
return ""
|
374
374
|
|
375
|
-
def get_update_url(self, obj) -> str
|
376
|
-
return
|
375
|
+
def get_update_url(self, obj) -> str:
|
376
|
+
return ""
|
377
377
|
|
378
|
-
def get_delete_url(self, obj) -> str
|
379
|
-
return
|
378
|
+
def get_delete_url(self, obj) -> str:
|
379
|
+
return ""
|
380
380
|
|
381
381
|
def get_links(self):
|
382
382
|
links = super().get_links()
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/admin/values/get_display.html
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/elements/admin/Checkbox.html
RENAMED
File without changes
|
{plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/elements/admin/CheckboxField.html
RENAMED
File without changes
|
{plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/elements/admin/FieldErrors.html
RENAMED
File without changes
|
File without changes
|
File without changes
|
{plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/elements/admin/InputField.html
RENAMED
File without changes
|
File without changes
|
File without changes
|
{plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/elements/admin/SelectField.html
RENAMED
File without changes
|
File without changes
|
{plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/elements/admin/Textarea.html
RENAMED
File without changes
|
{plain_admin-0.23.0 → plain_admin-0.25.0}/plain/admin/templates/elements/admin/TextareaField.html
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|