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 1
1
Changelog
2
2
=========
3
3
4
- **3.3.3 (unreleased ) **
4
+ **3.3.3 (Dec 17, 2020 ) **
5
5
6
6
* Fixed: polymorphic inlines don't work if nested inside non-polymorphic
7
7
inlines. Fixes `#183 `_.
8
8
* 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.
9
13
10
14
.. _#183 : https://github.com/theatlantic/django-nested-admin/issues/183
11
15
Original file line number Diff line number Diff line change 15
15
import django .forms .formsets
16
16
import monkeybiz
17
17
18
- __version__ = '3.3.2 '
18
+ __version__ = '3.3.3 '
19
19
20
20
# import mapping to objects in other modules
21
21
all_by_module = {
You can’t perform that action at this time.
0 commit comments