Version bump to 2.2.1
Updated READMEs
This commit is contained in:
@@ -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.0?
|
### What's new in 2.2.1?
|
||||||
- Django 3 compatibility
|
- Fixed overzealous selector in sortable inline tabular JavaScript code that was allowing the header row to be draggable.
|
||||||
|
|
||||||
### 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.
|
||||||
|
|||||||
+3
-3
@@ -59,7 +59,7 @@ Download django-admin-sortable from
|
|||||||
|
|
||||||
1. Unzip the directory and cd into the uncompressed project directory
|
1. Unzip the directory and cd into the uncompressed project directory
|
||||||
|
|
||||||
2.
|
2.
|
||||||
|
|
||||||
- Optional: Enable your virtualenv
|
- Optional: Enable your virtualenv
|
||||||
|
|
||||||
@@ -751,10 +751,10 @@ Status
|
|||||||
|
|
||||||
django-admin-sortable is currently used in production.
|
django-admin-sortable is currently used in production.
|
||||||
|
|
||||||
What’s new in 2.2.0?
|
What’s new in 2.2.1?
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
- Django 3 compatibility
|
- Fixed overzealous selector in sortable inline tabular JavaScript code that was allowing the header row to be draggable.
|
||||||
|
|
||||||
Future
|
Future
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
VERSION = (2, 2, 0)
|
VERSION = (2, 2, 1)
|
||||||
DEV_N = None
|
DEV_N = None
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user