Version bump to 2.1.14

Updated readme
master
Brandon Taylor 2019-02-23 07:59:00 -05:00
parent 08ee36ee3e
commit eff9872799
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 ### Status
django-admin-sortable is currently used in production. django-admin-sortable is currently used in production.
### What's new in 2.1.13? ### What's new in 2.1.14?
- Fixed an issue when sorting was performed on an object referenced by a raw_id field - Improved filtering of querystring values. Thanks to [@stephrdev](https://github.com/stephrdev)
### 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.

View File

@ -745,10 +745,10 @@ Status
django-admin-sortable is currently used in production. django-admin-sortable is currently used in production.
Whats new in 2.1.13? Whats new in 2.1.14?
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
- Fixed an issue when sorting was performed on an object referenced by a raw_id field - Improved filtering of querystring values. Thanks to `@stephrdev <https://github.com/stephrdev>`
Future Future
~~~~~~ ~~~~~~

View File

@ -1,4 +1,4 @@
VERSION = (2, 1, 13) VERSION = (2, 1, 14)
DEV_N = None DEV_N = None