Skip to content

Commit 4fa25f4

Browse files
committed
docs: add 0.5.2 release notes
1 parent 2c86d50 commit 4fa25f4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/releases/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Release Notes
33
=============
44

5+
0.5.2
6+
^^^^^
7+
8+
- Add Django 6.0 compatibility. Django 6.0 removed `id` and `name` from template context in `BaseGeometryWidget.get_context()`. Fixed by re-injecting these in `BasePointFieldInteractiveWidget.get_context()` for all interactive widgets.
9+
- Fixed inline formset widgets by lifting `js_widget_data` and `is_formset_empty_form_template` attrs to top-level context in `PointFieldInlineWidgetMixin.get_context()`.
10+
- Updated CI workflow to use latest GitHub Actions versions (checkout@v4, setup-python@v5, cache@v4).
11+
- Updated Django version constraint to support Django 4.0-6.x.
12+
13+
514
0.5.1
615
^^^^^
716

0 commit comments

Comments
 (0)