#31951: verbose_name_plural does not overwrite names on list (admin)
-------------------------------------+-------------------------------------
Reporter: cidien37 | Owner: nobody
Type: Bug | Status: new
Component: | Version: 2.2
contrib.admin |
Severity: Normal | Keywords: verbose_name_plural
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
If we need overwrite model verbose name on list at django admin we need to
set `verbose_name_plural` and `verbose_name` too at model Meta.
without `verbose_name`
[[Image(https://i.ibb.co/93n5KbJ/Zrzut-ekranu-z-2020-08-27-11-26-19.png)]]
[[Image(https://i.ibb.co/kmSxxBp/Zrzut-ekranu-z-2020-08-27-11-29-30.png)]]
with `verbose_name`
[[Image(https://i.ibb.co/pfbJygH/Zrzut-ekranu-z-2020-08-27-11-31-49.png)]]
[[Image(https://i.ibb.co/FHp8Y5C/Zrzut-ekranu-z-2020-08-27-11-33-05.png)]]
--
Ticket URL: <https://code.djangoproject.com/ticket/31951>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/051.ba215508eba9e7974ee416af22ac8cb4%40djangoproject.com.