File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- **3.3.3 (unreleased ) **
4+ **3.3.3 (Dec 17, 2020 ) **
55
66* Fixed: polymorphic inlines don't work if nested inside non-polymorphic
77 inlines. Fixes `#183 `_.
88* Officially support Django 3.1
9+ * Fixed: No longer has a ``collections.abc `` DeprecationWarning in python 3.8
10+ * Fixed: ManagementForm validation error bug when parent inlines have a
11+ ``min_num `` defined and the user does not have add permissions on that
12+ model.
913
1014.. _#183 : https://github.com/theatlantic/django-nested-admin/issues/183
1115
Original file line number Diff line number Diff line change 1515import django .forms .formsets
1616import monkeybiz
1717
18- __version__ = '3.3.2 '
18+ __version__ = '3.3.3 '
1919
2020# import mapping to objects in other modules
2121all_by_module = {
You can’t perform that action at this time.
0 commit comments