On Mar 30, 7:45 pm, Karen Tracey <[email protected]> wrote: > On Mon, Mar 30, 2009 at 7:24 PM, Mitch <[email protected]> wrote: > > > With django 1.0.2 and Python 2.5, when I use the keyword > > DateField.input_formats, I get the error that __init__() got an > > unexpected keyword argument 'input_formats'. When I look in the > > __init__ definition, I don't see input_formats as one of the > > acceptable keyword arguments. > > Where are you looking exactly? 1.0.2's form DateField supports > input_formats as an __init__ keyword argument: > > http://code.djangoproject.com/browser/django/tags/releases/1.0.2/djan... > > Are you maybe looking at the model DateField?
Sorry about my confusion. I am looking at the model DateField. When I pass it the keyword input_formats, I receive the error, via my browser "__init__() got an unexpected keyword argument 'input_formats'". Mitch --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

