Skip to content

Instantly share code, notes, and snippets.

@andreypopp
Created May 20, 2011 14:40
Show Gist options
  • Save andreypopp/983041 to your computer and use it in GitHub Desktop.
Save andreypopp/983041 to your computer and use it in GitHub Desktop.
class TestModel(models.Model):
f = models.TextField()
a = PGArrayField(models.IntegerField(), null=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment