Opened 8 years ago
Last modified 8 years ago
#29326 closed New feature
Auto-suffixing for irregular plurals in verbose_name_plural — at Initial Version
| Reported by: | Byeong Gyu Choi | Owned by: | nobody |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | dev |
| Severity: | Normal | Keywords: | verbose_name_plural |
| Cc: | Byeong Gyu Choi | Triage Stage: | Unreviewed |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
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.
Note:
See TracTickets
for help on using tickets.