Opened 14 years ago
Closed 14 years ago
#16132 closed Bug (duplicate)
Error message in django.contrib.localflavor.in_.forms.INZipCodeField is incorrect
Description ¶
Message indicates that 7 digits are required, whereas the correct value is 6 (see http://en.wikipedia.org/wiki/Postal_Index_Number).
Trivial patch attached
Change History (3)
by , 14 years ago
Attachment: | correct-error-message.diff added |
---|
comment:1 by , 14 years ago
Needs tests: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
Accepting. Tests are needed but can't be properly written until #15805 gets fixed.
comment:2 by , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is actually addressed by the patch in #15813, hence closing as dupe.
Note:
See TracTickets
for help on using tickets.
Patch file