We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e45358 commit 14d40a1Copy full SHA for 14d40a1
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-**4.0.1 (Nov 14, 2022)**
+**4.0.2 (Nov 14, 2022)**
5
6
* Fixed: ``max_num`` now works as expected on models with self-nested models.
7
Fixes `#230`_.
nested_admin/__init__.py
@@ -14,7 +14,7 @@
14
import django.forms.formsets
15
import monkeybiz
16
17
-__version__ = "4.0.1"
+__version__ = "4.0.2"
18
19
# import mapping to objects in other modules
20
all_by_module = {
0 commit comments