Skip to content

Instantly share code, notes, and snippets.

@svschannak
Created March 23, 2013 14:34
Show Gist options
  • Save svschannak/5227925 to your computer and use it in GitHub Desktop.
Save svschannak/5227925 to your computer and use it in GitHub Desktop.
Django Jquery editable Preparing Object
bewerber.fields = dict((field.name, field.value_to_string(bewerber))
for field in bewerber._meta.fields)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment