diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-10-30 09:27:57 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-10-31 06:41:10 +0100 |
| commit | 9fa2d235c9b3ca6b0cd56e06456bf73d02814a8f (patch) | |
| tree | 41e9fdc4ca894b8e1140886c6282f766eb5e5246 /docs | |
| parent | 5045dab4f93b64106b3132c3644c06982f824073 (diff) | |
[5.1.x] Fixed #35876 -- Displayed non-ASCII fieldset names when rendering ModelAdmin.fieldsets.
Thank you to Namhong Kim for the report, and to Mariusz Felisiak and Marijke Luttekes for the review.
Regression in 01ed59f753139afb514170ee7f7384c155ecbc2d.
Backport of 2c029c718f45341cdd43ee094c24488743c633e6 from main.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.1.3.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.1.3.txt b/docs/releases/5.1.3.txt index 0dd5b42cb8..2ef34bfc8a 100644 --- a/docs/releases/5.1.3.txt +++ b/docs/releases/5.1.3.txt @@ -17,3 +17,6 @@ Bugfixes * Fixed a regression in Django 5.1 that prevented the use of DB-IP databases with :class:`~django.contrib.gis.geoip2.GeoIP2` (:ticket:`35841`). + +* Fixed a regression in Django 5.1 where non-ASCII fieldset names were not + displayed when rendering admin fieldsets (:ticket:`35876`). |
