You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releases/index.rst
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
Release Notes
3
3
=============
4
4
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.
0 commit comments