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)

__init__.py.diff (1.1 KB ) - added by Matic Žgur 16 years ago.

Download all attachments as: .zip

Change History (4)

by Matic Žgur, 16 years ago

Attachment: __init__.py.diff added

comment:1 by Matic Žgur, 16 years ago

Owner: changed from nobody to Matic Žgur

comment:2 by Matt McClanahan, 16 years ago

Component: UncategorizedDatabase wrapper
Triage Stage: UnreviewedReady for checkin

comment:3 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [8229]) Fixed #8111 -- Error message typo fix. Thanks mzgur.

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