Version bump to 2.1.4.

Updated README
master
Brandon Taylor 2018-03-19 21:32:39 -04:00
parent 041558823e
commit ae609e10da
3 changed files with 10 additions and 9 deletions

View File

@ -531,8 +531,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.3? ### What's new in 2.1.4?
- Norwegian and Latvian translations. Credit to [simenheg](https://github.com/simenheg) and [peterisb](https://github.com/peterisb) respectively. - Improved performance on large data sets. Credit to [mrmachine](https://github.com/mrmachine).
### 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

@ -518,7 +518,9 @@ These attributes have default values of:
change_form_template_extends = 'admin/change_form.html' change_form_template_extends = 'admin/change_form.html'
change_list_template_extends = 'admin/change_list.html' change_list_template_extends = 'admin/change_list.html'
If you need to extend the inline change form templates, you'll need to select the right one, depending on your version of Django. For 1.10.x or below, you'll need to extend one of the following: If you need to extend the inline change form templates, youll need to
select the right one, depending on your version of Django. For 1.10.x or
below, youll need to extend one of the following:
:: ::
@ -655,12 +657,11 @@ Status
django-admin-sortable is currently used in production. django-admin-sortable is currently used in production.
Whats new in 2.1.3? Whats new in 2.1.4?
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
- Norwegian and Latvian translations. Credit to - Improved performance on large data sets. Credit to
`simenheg <https://github.com/simenheg>`__ and `mrmachine <https://github.com/mrmachine>`__.
`peterisb <https://github.com/peterisb>`__ respectively.
Future Future
~~~~~~ ~~~~~~

View File

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