#2103: DateField and DateTimefield do not really validate
------------------------+---------------------------------------------------
Reporter: Rudolph | Owner: adrian
Type: defect | Status: new
Priority: normal | Milestone: Version 0.93
Component: Validators | Version: SVN
Severity: normal | Keywords:
------------------------+---------------------------------------------------
When providing an invalid date like 2006-2-31 to a DateField or
DateTimeField, the validation doesn't catch that and an unhandled
exception is raised. It shouldn't be too hard to validate for valid
dates since you can rely on the Pythons datetime module.
I think this is a bug, or at least a missing feature one expects to
find in the validation thing.
Rudolph
--
Ticket URL: <http://code.djangoproject.com/ticket/2103>
Django <http://code.djangoproject.org/>
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
-~----------~----~----~----~------~----~------~--~---