Added example images.
parent
aa685a6c8f
commit
5baec21afe
|
|
@ -8,6 +8,14 @@ This project makes it easy to add drag-and-drop ordering to any model in
|
|||
Django admin. Inlines for a sortable model may also be made sortable,
|
||||
enabling individual items or groups of items to be sortable.
|
||||
|
||||
Sorting model instances with a sortable parent:
|
||||
|
||||

|
||||
|
||||
Sorting inlines:
|
||||
|
||||

|
||||
|
||||
## Supported Django Versions
|
||||
If you're using Django 1.4.x, use django-admin-sortable 1.4.9 or below.
|
||||
For Django 1.5.x or higher, use the latest version of django-admin-sortable.
|
||||
|
|
|
|||
14
README.rst
14
README.rst
|
|
@ -9,6 +9,20 @@ This project makes it easy to add drag-and-drop ordering to any model in
|
|||
Django admin. Inlines for a sortable model may also be made sortable,
|
||||
enabling individual items or groups of items to be sortable.
|
||||
|
||||
Sorting model instances with a sortable parent:
|
||||
|
||||
.. figure:: http://res.cloudinary.com/alsoicode/image/upload/v1451237555/django-admin-sortable/sortable-models.jpg
|
||||
:alt: sortable-models
|
||||
|
||||
sortable-models
|
||||
|
||||
Sorting inlines:
|
||||
|
||||
.. figure:: http://res.cloudinary.com/alsoicode/image/upload/v1451237555/django-admin-sortable/sortable-inlines.jpg
|
||||
:alt: sortable-inlines
|
||||
|
||||
sortable-inlines
|
||||
|
||||
Supported Django Versions
|
||||
-------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue