Skip to content

Instantly share code, notes, and snippets.

@efoken
Created June 18, 2012 21:50
Show Gist options
  • Save efoken/2950942 to your computer and use it in GitHub Desktop.
Save efoken/2950942 to your computer and use it in GitHub Desktop.
Django snippet to make user emails unique
User._meta.local_fields[4].__dict__['_unique'] = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment