On Mon, Mar 30, 2009 at 7:40 PM, Malcolm Tredinnick < [email protected]> wrote:
> Presumably you are talking about calling the constructor of > forms.DateField here, since you don't mention what __init__ method you > are calling. Support for the input_formats argument to > DateField.__init__ has only been around for about a week (it was > commited to trunk on March 22). It will be in the Django 1.1 release. If > you want it right this minute, you'll have to run a subversion checkout > of the code. > Actually forms.DateField supported input_formats before r10115. What got added there was the DateInput widget, which accepts the format arg to control the output display of the existing value. (You're in a maze of twisty passages,all alike.) 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 -~----------~----~----~----~------~----~------~--~---

