Skip to content

Commit 9d3d7cd

Browse files
committed
Update index.rst
1 parent d951482 commit 9d3d7cd

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

docs/source/index.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@
44
django-admin-sort
55
======================
66

7-
TODO: write!
8-
97
This Django module is as a replacement for `django-admin-sortable` / `django-admin-sortable2`, using
108
almost the same approach as django-admin-sortable2.
119

1210
It 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*
1412
existing 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

1815
Project home: https://github.com/rouxcode/django-admin-sort
1916

@@ -25,9 +22,11 @@ Why yet another adminsortable plugin?
2522
All available plugins which add functionality to make list views for the Django admin interface
2623
sortable, offer a base class to be used instead of ``models.Model``. This abstract base class then
2724
contains 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

3332
Contents:

0 commit comments

Comments
 (0)