Minor mistake in the DateTimeField ValidationError 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)
| Owner: |
changed from nobody to Matic Žgur
|
| Component: |
Uncategorized → Database wrapper
|
| Triage Stage: |
Unreviewed → Ready for checkin
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
(In [8229]) Fixed #8111 -- Error message typo fix. Thanks mzgur.