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 2286bda commit 4a27cb8Copy full SHA for 4a27cb8
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+**4.1.3 (Aug 12, 2025)**
5
+
6
+* Fixed: correct field help text layout on Django 5.2 (`#273`_). Thanks
7
+ `@pandafy`_!
8
9
+.. _#273: https://github.com/theatlantic/django-nested-admin/pull/273
10
+.. _@pandafy: https://github.com/pandafy
11
12
**4.1.2 (Aug 8, 2025)**
13
14
* Fixed: compatibility with Django 5.2+ (`#269`_).
nested_admin/__init__.py
@@ -14,7 +14,7 @@
import django.forms.formsets
15
import monkeybiz
16
17
-__version__ = "4.1.2"
+__version__ = "4.1.3"
18
19
# import mapping to objects in other modules
20
all_by_module = {
0 commit comments