﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35876	Non-ASCII fieldset names are not displayed in the admin	Namhong Kim	Sarah Boyce	"In Django ModelAdmin, when defining fieldsets with Korean characters or using gettext_lazy, the fieldset names do not display correctly. This issue occurs because the slugify filter has allow_unicode set to False, which removes all non-ASCII characters.

{{{
class BlogAdmin(admin.ModelAdmin):
    fieldsets = [
        (""이름"", {""fields"": [""name""]}),
    ]
}}}
"	Bug	closed	contrib.admin	5.1	Release blocker	fixed		Namhong Kim Marijke Luttekes	Ready for checkin	1	0	0	0	0	0
