Bumped version to 1.5.3
parent
f1e6198530
commit
e22152ba81
|
|
@ -11,7 +11,7 @@ jQuery
|
||||||
If you're using Django 1.4.x, use django-admin-sortable 1.4.9 or below.
|
If you're using Django 1.4.x, use django-admin-sortable 1.4.9 or below.
|
||||||
For Django 1.5.x, use the latest version of django-admin-sortable.
|
For Django 1.5.x, use the latest version of django-admin-sortable.
|
||||||
|
|
||||||
django-admin-sortable 1.5.2 introduces backward-incompatible changes for Django 1.4.x
|
django-admin-sortable 1.5.2 introduced backward-incompatible changes for Django 1.4.x
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
@ -224,8 +224,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.5.2?
|
### What's new in 1.5.3?
|
||||||
- Added support for {% static %} template tag for Django 1.5.x (thanks @acgray)
|
- Merged pull request [9d128ffc79e81e410fa825f0ef4ed15cc466ede5](https://github.com/marcelometal/django-admin-sortable/commit/9d128ffc79e81e410fa825f0ef4ed15cc466ede5)
|
||||||
|
|
||||||
|
|
||||||
### Future
|
### Future
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = (1, 5, 2) # following PEP 386
|
VERSION = (1, 5, 3) # following PEP 386
|
||||||
DEV_N = None
|
DEV_N = None
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue