Opened 12 years ago
Closed 12 years ago
#19832 closed Bug (duplicate)
DecimalField validation shoud use plural forms
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Forms | Version: | 1.4 |
Severity: | Normal | Keywords: | DecimalField validation |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The django.forms.fields.DecimalField line 260 - shlud use plural forms for decimal places and digis errors. Thank you.
Change History (3)
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 12 years ago
Yes, I know its annoying, but devil is in the detail, and since Django uses plural forms in many parts, this will add to Django's perfection.
I'm very happy that i can use Django, you have done a very very good & great & marvelous job. Thank you all. I'm coding right now, so i just felt the need to thank you.
comment:3 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
The patch of ticket #17840 now includes the ungettext_lazy
calls. Closing as duplicate of that ticket.
I guess you are targeting those strings:
#17840 is related.