Skip to content

Instantly share code, notes, and snippets.

@vkgtaro
Created December 7, 2012 14:24
Show Gist options
  • Select an option

  • Save vkgtaro/4233551 to your computer and use it in GitHub Desktop.

Select an option

Save vkgtaro/4233551 to your computer and use it in GitHub Desktop.
class Client(models.Model):
class Meta:
unique_together = (('email', 'other_field'),)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment