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
When a CountryField with multiple=True on a model has an associated ModelAdmin that is readonly for whatever reason (insufficient permissions or the field is marked in readonly_fields), it shows up in the admin UI as "-"no matter what.
Steps to reproduce:
Create a model with a CountryField with multiple=True and associated readonly ModelAdmin,
Hi there,
When a
CountryField
withmultiple=True
on a model has an associatedModelAdmin
that is readonly for whatever reason (insufficient permissions or the field is marked inreadonly_fields
), it shows up in the admin UI as"-"
no matter what.Steps to reproduce:
CountryField
withmultiple=True
and associated readonlyModelAdmin
,Note, what's expected is to see the list of countries render as readonly, perhaps as a comma-separated string?
The text was updated successfully, but these errors were encountered: