parent
b0c25c303c
commit
844b51456f
|
|
@ -22,7 +22,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.
|
||||||
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
||||||
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
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = (2, 2, 4)
|
VERSION = (2, 3, 0)
|
||||||
DEV_N = None
|
DEV_N = None
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue