0
0
mirror of https://github.com/django/django.git synced 2024-11-22 03:18:31 +01:00
django/tests/admin_inlines
Sarah Boyce 2c029c718f 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 01ed59f753.
2024-10-31 06:38:07 +01:00
..
__init__.py
admin.py Refs #35464 -- Added test to cover layout of TabularInline fieldsets. 2024-07-15 12:43:42 +02:00
models.py Fixed #35755 -- Hid help text of hidden fields in admin fieldsets. 2024-09-12 13:49:07 +02:00
test_templates.py
tests.py Fixed #35876 -- Displayed non-ASCII fieldset names when rendering ModelAdmin.fieldsets. 2024-10-31 06:38:07 +01:00
urls.py