Skip to content

Commit eff9872

Browse files
committed
Version bump to 2.1.14
Updated readme
1 parent 08ee36e commit eff9872

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,8 @@ ordering on top of that just seemed a little much in my opinion.
606606
### Status
607607
django-admin-sortable is currently used in production.
608608

609-
### What's new in 2.1.13?
610-
- Fixed an issue when sorting was performed on an object referenced by a raw_id field
609+
### What's new in 2.1.14?
610+
- Improved filtering of querystring values. Thanks to [@stephrdev](https://github.com/stephrdev)
611611

612612
### Future
613613
- Better template support for foreign keys that are self referential. If someone would like to take on rendering recursive sortables, that would be super.

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,10 +745,10 @@ Status
745745

746746
django-admin-sortable is currently used in production.
747747

748-
What’s new in 2.1.13?
748+
What’s new in 2.1.14?
749749
~~~~~~~~~~~~~~~~~~~~~
750750

751-
- Fixed an issue when sorting was performed on an object referenced by a raw_id field
751+
- Improved filtering of querystring values. Thanks to `@stephrdev <https://github.com/stephrdev>`
752752

753753
Future
754754
~~~~~~

adminsortable/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (2, 1, 13)
1+
VERSION = (2, 1, 14)
22
DEV_N = None
33

44

0 commit comments

Comments
 (0)