Version bump to 2.2.2

Updated READMEs
master
Brandon Taylor 2020-01-14 18:55:54 -05:00
parent e0cdbba528
commit bee77a28db
3 changed files with 5 additions and 5 deletions

View File

@ -609,8 +609,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.2.1? ### What's new in 2.2.2?
- Fixed overzealous selector in sortable inline tabular JavaScript code that was allowing the header row to be draggable. - Fixed FontAwesome icons not showing up in inline sortable templates.
### 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

@ -751,10 +751,10 @@ Status
django-admin-sortable is currently used in production. django-admin-sortable is currently used in production.
Whats new in 2.2.1? Whats new in 2.2.2?
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
- Fixed overzealous selector in sortable inline tabular JavaScript code that was allowing the header row to be draggable. - Fixed FontAwesome icons not showing up in inline sortable templates.
Future Future
~~~~~~ ~~~~~~

View File

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