#29326: Auto-suffixing for irregular plurals in verbose_name_plural
-------------------------------------+-------------------------------------
Reporter: Byeong Gyu Choi | Owner: nobody
Type: New feature | Status: new
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: verbose_name_plural | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Description changed by Byeong Gyu Choi:
Old description:
> For `verbose_name_plural` option in django Model Meta, django currently
> appends "s" when `verbose_name` is defined and `verbose_name_plural` is
> not.
>
> However, I think that supporting auto-suffixing for irregular plurals,
> such as `categories`, would be good idea.
New description:
For `verbose_name_plural` option in django Model Meta, django currently
appends "s" when `verbose_name` is defined and `verbose_name_plural` is
not.
However, I think that supporting auto-suffixing for irregular plurals,
such as `categories`, would be good idea.
Since there exists countless irregular English plurals, rather than
including whole dictionary of all English plurals, I thought at first,
adding support for common rules of forming plurals would be decent idea.
For instance:
- adding 'es' support,
- adding support for nouns ending with 'y'
- etc.
https://www.grammarly.com/blog/plural-nouns/
I'm not sure about the link above is appropriate reference, but I couldn't
find much better one.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/29326#comment:3>
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 post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/066.19db21e877a1babef761270856ea0c83%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.