- Version bump to 2.3.0

- Updated readme
master
Brandon Taylor 2021-12-21 20:37:48 -05:00
parent b0c25c303c
commit 844b51456f
3 changed files with 11 additions and 7 deletions

View File

@ -22,7 +22,9 @@ Sorting inlines:
![sortable-inlines](http://res.cloudinary.com/alsoicode/image/upload/v1451237555/django-admin-sortable/sortable-inlines.jpg) ![sortable-inlines](http://res.cloudinary.com/alsoicode/image/upload/v1451237555/django-admin-sortable/sortable-inlines.jpg)
## Supported Django Versions ## Supported Django Versions
For Django 3 and 4 use the latest version For Django 4 use the latest version
For Django 3 use 2.2.4
For Django 1.8.x < 3.0, use 2.1.8. For Django 1.8.x < 3.0, use 2.1.8.
@ -668,8 +670,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.3? ### What's new in 2.3.0?
- Updated inline sortable templates to fix FontAwesome icon visibility and be compatible with Django 2 & 3. - Django 4 compatibility
### 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

@ -27,7 +27,9 @@ Sorting inlines:
Supported Django Versions Supported Django Versions
------------------------- -------------------------
For Django 3 and 4 use the latest version For Django 4 use the latest version
For Django 3 use 2.2.4
For Django 1.8.x < 3.0, use 2.1.8. For Django 1.8.x < 3.0, use 2.1.8.
@ -751,10 +753,10 @@ Status
django-admin-sortable is currently used in production. django-admin-sortable is currently used in production.
Whats new in 2.2.3? Whats new in 2.3.0?
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
- Updated inline sortable templates to fix FontAwesome icon visibility and be compatible with Django 2 & 3. - Django 4 compatibility
Future Future
~~~~~~ ~~~~~~

View File

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