Added status docs.
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
Rationale
|
||||
=========
|
||||
|
||||
Why another drag-and-drop ordering plugin?
|
||||
------------------------------------------
|
||||
|
||||
Other projects have added drag-and-drop ordering to the ChangeList view, however this introduces a couple of problems...
|
||||
|
||||
- The ChangeList view supports pagination, which makes drag-and-drop ordering across pages impossible.
|
||||
- The ChangeList view by default, does not order records based on a foreign key, nor distinguish between rows that are associated with a foreign key. This makes ordering the records grouped by a foreign key impossible.
|
||||
- The ChangeList supports in-line editing, and adding drag-and-drop ordering on top of that just seemed a little much in my opinion.
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
Status
|
||||
======
|
||||
|
||||
django-admin-sortable is stable and currently used in production.
|
||||
Reference in New Issue
Block a user