Skip to content

Instantly share code, notes, and snippets.

@kyleturner
Created February 11, 2012 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyleturner/1796876 to your computer and use it in GitHub Desktop.
Save kyleturner/1796876 to your computer and use it in GitHub Desktop.
from django.forms.models import model_to_dict
model_to_dict(intance, fields=[], exclude=[])
from django.forms.models import model_to_dict
model_to_dict(intance, fields=[], exclude=[])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment