#15492: Explain all error message keys for the SplitDateTimeField ---------------------------+------------------------------------------------ Reporter: lode | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.2 Keywords: | Triage Stage: Unreviewed Has patch: 0 | ---------------------------+------------------------------------------------ According to http://docs.djangoproject.com/en/dev/ref/forms/fields/#splitdatetimefield the SplitDateTimeField has the error message keys 'required' and 'invalid'.
Wanting to change the error message for an invalid time failed until I discovered (via this fix http://www.mail-archive.com/django- [email protected]/msg35926.html) that there are also error message keys 'invalid_time' and 'invalid_date'. It would be nice if these were added to the documentation. -- Ticket URL: <http://code.djangoproject.com/ticket/15492> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
