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 51b34d8 commit 54f469aCopy full SHA for 54f469a
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+**4.0.1 (Nov 14, 2022)**
5
+
6
+* Fixed: ``max_num`` now works as expected on models with self-nested models.
7
+ Fixes `#230`_.
8
9
+.. _#230: https://github.com/theatlantic/django-nested-admin/issues/230
10
11
**4.0.0 (Oct 14, 2022)**
12
13
* Officially support Django 4.1
nested_admin/__init__.py
@@ -14,7 +14,7 @@
14
import django.forms.formsets
15
import monkeybiz
16
17
-__version__ = "4.0.0"
+__version__ = "4.0.1"
18
19
# import mapping to objects in other modules
20
all_by_module = {
0 commit comments