Skip to content

Commit 54f469a

Browse files
committed
v4.0.1
1 parent 51b34d8 commit 54f469a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

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+
411
**4.0.0 (Oct 14, 2022)**
512

613
* Officially support Django 4.1

nested_admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import django.forms.formsets
1515
import monkeybiz
1616

17-
__version__ = "4.0.0"
17+
__version__ = "4.0.1"
1818

1919
# import mapping to objects in other modules
2020
all_by_module = {

0 commit comments

Comments
 (0)