Skip to content

Commit 4a27cb8

Browse files
committed
v4.1.3
1 parent 2286bda commit 4a27cb8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

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

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+
412
**4.1.2 (Aug 8, 2025)**
513

614
* Fixed: compatibility with Django 5.2+ (`#269`_).

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.1.2"
17+
__version__ = "4.1.3"
1818

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

0 commit comments

Comments
 (0)