Merged pull request #37.

Updated version to 1.4.8.
Updated README.
master
Brandon Taylor 2013-05-11 10:37:13 -04:00
parent 724f073f38
commit 274a79dcd1
2 changed files with 3 additions and 7 deletions

View File

@ -218,12 +218,8 @@ ordering on top of that just seemed a little much in my opinion.
django-admin-sortable is currently used in production. django-admin-sortable is currently used in production.
### What's new in 1.4.7? ### What's new in 1.4.8?
- Added `create` handlers for jQueryUI sortables to unbind events for checkboxes - Support for Python 3
on inline models. This was preventing the "delete" checkboxes from being checked.
- Updated jQuery to 1.9.1 and jQueryUI to 1.10.2.
- Updated the shared JavaScript includes template, change form and change list
to not include unnecessary files.
### Future ### Future

View File

@ -1,4 +1,4 @@
VERSION = (1, 4, 7) # following PEP 386 VERSION = (1, 4, 8) # following PEP 386
DEV_N = None DEV_N = None