parent
4b96c03f01
commit
e069cc39c0
|
|
@ -606,8 +606,8 @@ ordering on top of that just seemed a little much in my opinion.
|
||||||
### Status
|
### Status
|
||||||
django-admin-sortable is currently used in production.
|
django-admin-sortable is currently used in production.
|
||||||
|
|
||||||
### What's new in 2.1.15?
|
### What's new in 2.1.16?
|
||||||
- Updated SortableAdminBase to prevent querystring filtering from breaking in certain conditions.
|
- Added Ukrainian translations courtesy of [@Serhiy](https://github.com/SerhiyRomanov)
|
||||||
|
|
||||||
### Future
|
### Future
|
||||||
- Better template support for foreign keys that are self referential. If someone would like to take on rendering recursive sortables, that would be super.
|
- Better template support for foreign keys that are self referential. If someone would like to take on rendering recursive sortables, that would be super.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = (2, 1, 15)
|
VERSION = (2, 1, 16)
|
||||||
DEV_N = None
|
DEV_N = None
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue