parent
9e4396b2b1
commit
455e5304aa
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[](https://travis-ci.org/iambrandontaylor/django-admin-sortable)
|
||||
|
||||
Current version: 2.0.4
|
||||
Current version: 2.0.5
|
||||
|
||||
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,
|
||||
|
|
@ -457,8 +457,8 @@ ordering on top of that just seemed a little much in my opinion.
|
|||
django-admin-sortable is currently used in production.
|
||||
|
||||
|
||||
### What's new in 2.0.4?
|
||||
- Faster utilities checks for sorting status. Thanks [@syphar](https://github.com/syphar)!
|
||||
### What's new in 2.0.5?
|
||||
- Just a minor maintenance release to remove a deprocated template tag in preparation for Django 1.9. Thanks [@itbabu](https://github.com/itbabu)!
|
||||
|
||||
|
||||
### Future
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (2, 0, 4) # following PEP 386
|
||||
VERSION = (2, 0, 5) # following PEP 386
|
||||
DEV_N = None
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue