Skip to content

Instantly share code, notes, and snippets.

@maraca
Created January 14, 2013 22:41
Show Gist options
  • Select an option

  • Save maraca/4534211 to your computer and use it in GitHub Desktop.

Select an option

Save maraca/4534211 to your computer and use it in GitHub Desktop.
>>> from django.forms.widgets import DateInput
>>> DateInput.format
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: type object 'DateInput' has no attribute 'format'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment