Opened 19 years ago
Closed 19 years ago
#1574 closed defect (invalid)
Pluralisation
Reported by: | retro | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 0.91 |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Pluralisation of word "category" is translated to "categorys" instead of "categories"
Note:
See TracTickets
for help on using tickets.
Django intentionally does not try to be "smart" about pluralization, for a variety of reasons. Use the 'module_name' and 'verbose_name_plural' attributes to set the pluralized form of a model's name.