Version bump to 2.1.12

Updates to readme
master
Brandon Taylor 2019-02-14 16:07:35 -05:00
parent 478600fd5a
commit 26b11e8b41
3 changed files with 5 additions and 5 deletions

View File

@ -606,8 +606,8 @@ ordering on top of that just seemed a little much in my opinion.
### Status
django-admin-sortable is currently used in production.
### What's new in 2.1.11?
- Fixed missing `csrfmiddlewaretoken` in Ajax POST data. This affects Django 2.1.4 and higher.
### What's new in 2.1.12?
- Fixed multiple list filter issue that was causing incorrect sortable objects to be displayed
### 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.

View File

@ -745,10 +745,10 @@ Status
django-admin-sortable is currently used in production.
Whats new in 2.1.11?
Whats new in 2.1.12?
~~~~~~~~~~~~~~~~~~~~~
- Fixed missing `csrfmiddlewaretoken` in Ajax POST data. This affects Django 2.1.4 and higher.
- Fixed multiple list filter issue that was causing incorrect sortable objects to be displayed
Future
~~~~~~

View File

@ -1,4 +1,4 @@
VERSION = (2, 1, 11)
VERSION = (2, 1, 12)
DEV_N = None