Opened 18 years ago

Closed 18 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"

Change History (2)

comment:1 by James Bennett, 18 years ago

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.

comment:2 by Adrian Holovaty, 18 years ago

Resolution: invalid
Status: newclosed

See the previous comment.

Note: See TracTickets for help on using tickets.
Back to Top