Opened 16 years ago
Closed 16 years ago
#8111 closed (fixed)
Minor mistake in the DateTimeField ValidationError description
Reported by: | Matic Žgur | Owned by: | Matic Žgur |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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?
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | __init__.py.diff added |
---|
comment:1 by , 16 years ago
Owner: | changed from | to
---|
comment:2 by , 16 years ago
Component: | Uncategorized → Database wrapper |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:3 by , 16 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.