commit
ae8a67bae2
|
|
@ -1,9 +1,9 @@
|
||||||
# Django Admin Sortable
|
# Django Admin Sortable
|
||||||
|
|
||||||
|
[](https://pypi.python.org/pypi/django-admin-sortable)
|
||||||
|
[](https://pypi.python.org/pypi/django-admin-sortable)
|
||||||
[](https://travis-ci.org/iambrandontaylor/django-admin-sortable)
|
[](https://travis-ci.org/iambrandontaylor/django-admin-sortable)
|
||||||
|
|
||||||
Current version: 2.0.21
|
|
||||||
|
|
||||||
This project makes it easy to add drag-and-drop ordering to any model in
|
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,
|
Django admin. Inlines for a sortable model may also be made sortable,
|
||||||
enabling individual items or groups of items to be sortable.
|
enabling individual items or groups of items to be sortable.
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
Django Admin Sortable
|
Django Admin Sortable
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
|
|PyPI version|
|
||||||
|
|Python versions|
|
||||||
|Build Status|
|
|Build Status|
|
||||||
|
|
||||||
Current version: 2.0.21
|
|
||||||
|
|
||||||
This project makes it easy to add drag-and-drop ordering to any model in
|
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,
|
Django admin. Inlines for a sortable model may also be made sortable,
|
||||||
enabling individual items or groups of items to be sortable.
|
enabling individual items or groups of items to be sortable.
|
||||||
|
|
@ -664,5 +664,9 @@ License
|
||||||
|
|
||||||
django-admin-sortable is released under the Apache Public License v2.
|
django-admin-sortable is released under the Apache Public License v2.
|
||||||
|
|
||||||
|
.. |PyPI version| image:: https://img.shields.io/pypi/v/django-admin-sortable.svg
|
||||||
|
:target: https://pypi.python.org/pypi/django-admin-sortable
|
||||||
|
.. |Python versions| image:: https://img.shields.io/pypi/pyversions/django-admin-sortable.svg
|
||||||
|
:target: https://pypi.python.org/pypi/django-admin-sortable
|
||||||
.. |Build Status| image:: https://travis-ci.org/iambrandontaylor/django-admin-sortable.svg?branch=master
|
.. |Build Status| image:: https://travis-ci.org/iambrandontaylor/django-admin-sortable.svg?branch=master
|
||||||
:target: https://travis-ci.org/iambrandontaylor/django-admin-sortable
|
:target: https://travis-ci.org/iambrandontaylor/django-admin-sortable
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue