File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44django-admin-sort
55======================
66
7- TODO: write!
8-
97This Django module is as a replacement for `django-admin-sortable ` / `django-admin-sortable2 `, using
108almost the same approach as django-admin-sortable2.
119
1210It is a generic drag-and-drop/dropdown ordering module for sorting objects in the list view of the Django
13- admin interface. This plugin offers simple mixin classes which enrich the functionality of *any *
11+ admin interface. This plugin offers simple mixin classes which enrich the functionality of almost *any *
1412existing class derived from ``admin.ModelAdmin ``, ``admin.StackedInline `` or
15- ``admin.TabluarInline ``. It thus makes it very easy to integrate with existing models and their
16- model admin interfaces.
13+ ``admin.TabluarInline ``.
1714
1815Project home: https://github.com/rouxcode/django-admin-sort
1916
@@ -25,9 +22,11 @@ Why yet another adminsortable plugin?
2522All available plugins which add functionality to make list views for the Django admin interface
2623sortable, offer a base class to be used instead of ``models.Model ``. This abstract base class then
2724contains a hard coded position field, additional methods, and meta directives.
28- django-admin-sortable2 solved this issue, using a Mixin approach. django-admin-sort adds a more
29- robust test suite, and some things, as ordering with a select/dropdown (planned for 1.0).
25+ django-admin-sort solves this issue, using a Mixin approach.
3026
27+ Planned Features
28+ ================
29+ * Dropdown for sorting
3130
3231
3332Contents:
You can’t perform that action at this time.
0 commit comments