Skip to content

Instantly share code, notes, and snippets.

@robrocker7
Created May 1, 2013 02:29
Show Gist options
  • Save robrocker7/5493382 to your computer and use it in GitHub Desktop.
Save robrocker7/5493382 to your computer and use it in GitHub Desktop.
errors = []
try:
model.save()
except Exception as e:
errors.append((model.id, e))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment