Merged pull requests 66, 68 and 70.

Updated readme.
Version bump to 1.6.3
master
Brandon Taylor 2013-12-03 07:42:32 -05:00
parent c128d022c2
commit 76ff3ae7f9
2 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Django Admin Sortable
Current version: 1.6.2
Current version: 1.6.3
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,
@ -293,11 +293,9 @@ 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 1.6.2?
- Faster query counting - thanks [PyKaB](https://github.com/PyKaB)
- Updated jQueryUI to be compatible with jQuery 1.9.x or higher.
- Django 1.6 compatibility, with [fixes for inline models](https://github.com/iambrandontaylor/django-admin-sortable/issues/64).
- Fixed the link to jQueryUI in the admin sortable change form (facepalm)
### What's new in 1.6.3?
- German localization - danke [Alp-Phone](https://github.com/Alp-Phone)
- JavaScript drag and drop handlers now work as expected if only Generic Inline models are present
### Future

View File

@ -1,4 +1,4 @@
VERSION = (1, 6, 2) # following PEP 386
VERSION = (1, 6, 3) # following PEP 386
DEV_N = None