#35105 closed Bug (invalid)

Django Admin Pannel is unable to get good plurals for the models

Reported by: Abdul Rehman Owned by:
Component: contrib.admin Version: 5.0
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

I have a model called "PoliticalParty" which is when rendered into the admin pannel it is is not naming it correctly. It is saying "Political Partys" instead of proper Plural "Political Parties".

Attachments (1)

django_admin_error.png (5.4 KB ) - added by Abdul Rehman 10 months ago.
Screen shot of the admin pannel

Download all attachments as: .zip

Change History (2)

by Abdul Rehman, 10 months ago

Attachment: django_admin_error.png added

Screen shot of the admin pannel

comment:1 by Tim Graham, 10 months ago

Resolution: invalid
Status: assignedclosed

This isn't a bug in Django. Please see TicketClosingReasons/UseSupportChannels.

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