File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ **4.0.0 (unreleased) **
5+
6+ * Remove python 2.x compatibility, drop support for EOL Django versions
7+ (all versions before 3.2)
8+
49**3.4.0 (Dec 20, 2021) **
510
611* Added support for Django 3.2 and 4.0
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ Grappelli support.
1111Compatibility
1212=============
1313
14- django-nested-admin is compatible with Django 1.8 + and Python versions 2.7 and 3.4 +.
15- It is also compatible with Grappelli and Django Suit . It does not require Grappelli
16- or Django Suit for the drag-and-drop sorting features.
14+ django-nested-admin is compatible with Django 3.2 + and Python versions 3.8 +.
15+ It is also compatible with django-grappelli . It does not require Grappelli
16+ for drag-and-drop sorting features.
1717
1818
1919Contents
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ Why use django-nested-admin?
1919+-------------------------+------------------------+-------------------------+--------------------------+----------------------+-------------------------+
2020| Selenium Tests | ✓ | | | | |
2121+-------------------------+------------------------+-------------------------+--------------------------+----------------------+-------------------------+
22- | Django Version support | 3.0 | 1.11 | 1.4? | 1.9 | 3.0 |
23- +-------------------------+------------------------+-------------------------+--------------------------+----------------------+-------------------------+
2422
2523Above, you will find a feature comparison of all other implementations of nested inlines in the
2624django admin of which I am aware. `django-nested-inline `_, `django-nested-inlines `_, and
You can’t perform that action at this time.
0 commit comments