Opened 17 years ago
Closed 17 years ago
#8111 closed (fixed)
Minor mistake in the DateTimeField ValidationError description
Description ¶
There is a wrong description in the init.py of the django.db.models.fields. Instead of "Enter a valid date/time in YYYY-MM-DD HH:MM[:ss[.uuuuuu]] format." it says "Enter a valid date/time in YYYY-MM-DD HH:MM[ss[.uuuuuu]] format." Notice a missing colon before seconds in the second sentence?
Change History (4)
by , 17 years ago
Attachment: | __init__.py.diff added |
---|
comment:1 by , 17 years ago
Owner: | changed from | to
---|
comment:2 by , 17 years ago
Component: | Uncategorized → Database wrapper |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [8229]) Fixed #8111 -- Error message typo fix. Thanks mzgur.