On Mon, Dec 15, 2008 at 10:55 AM, Aldo <[email protected]> wrote: > > Still no good lars. Thanks though. >
http://docs.djangoproject.com/en/dev/ref/forms/fields/#datefield documents how to override the default valid date formats for input to a DateField. http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#overriding-the-default-field-types describes how to override the default fields created by a ModelForm. So I think you want to override the field in your ModelForm and specify a different list of valid date input formats. Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

