Skip to content

Instantly share code, notes, and snippets.

@ediskandarov
Created February 25, 2013 11:10
Show Gist options
  • Save ediskandarov/5029167 to your computer and use it in GitHub Desktop.
Save ediskandarov/5029167 to your computer and use it in GitHub Desktop.
django.forms.fields widget initialization
widget = widget or self.widget
if isinstance(widget, type):
widget = widget()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment