From 274a79dcd1f1c2c6779c316b21298c519d7cb4bd Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Sat, 11 May 2013 10:37:13 -0400 Subject: [PATCH] Merged pull request #37. Updated version to 1.4.8. Updated README. --- README.md | 8 ++------ adminsortable/__init__.py | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e6cd2ad..ccfb6a8 100644 --- a/README.md +++ b/README.md @@ -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. -### What's new in 1.4.7? -- Added `create` handlers for jQueryUI sortables to unbind events for checkboxes -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. +### What's new in 1.4.8? +- Support for Python 3 ### Future diff --git a/adminsortable/__init__.py b/adminsortable/__init__.py index 8acf946..6f2b7cc 100755 --- a/adminsortable/__init__.py +++ b/adminsortable/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 4, 7) # following PEP 386 +VERSION = (1, 4, 8) # following PEP 386 DEV_N = None