Skip to content

Instantly share code, notes, and snippets.

@thanos
Created June 7, 2011 19:26
Show Gist options
  • Select an option

  • Save thanos/1012950 to your computer and use it in GitHub Desktop.

Select an option

Save thanos/1012950 to your computer and use it in GitHub Desktop.
django model instance fields
def fields(obj):
return self._meta.fields[:]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment