#32219: Use Admin Inline verbose_name as default for Inline verbose_name_plural
-------------------------------------+-------------------------------------
Reporter: Siburg | Owner: Siburg
Type: New feature | Status: assigned
Component: contrib.admin | Version: 3.1
Severity: Normal | Resolution:
Keywords: Admin Inline | Triage Stage: Accepted
verbose_name_plural |
Has patch: 1 | Needs documentation: 1
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by Siburg):
Added
* The default ``verbose_name_plural`` for an ``InlineModelAdmin``
(sub-)class
is now its ``verbose_name + 's'`` if the ``verbose_name`` is specified
in
that ``InlineModelAdmin`` (sub-)class, instead of being the
``verbose_name_plural`` for the model class.
under the django.contrib.admin heading in the "Backwards incompatible
changes in 3.2" of the version 3.2 release notes.
--
Ticket URL: <https://code.djangoproject.com/ticket/32219#comment:6>
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/064.44dbeda0ae12c81774159eda591b04ae%40djangoproject.com.