Skip to content

Files

Latest commit

author
primal100
Feb 10, 2017
1135dc9 · Feb 10, 2017

History

History
3 lines (2 loc) · 456 Bytes

description.rst

File metadata and controls

3 lines (2 loc) · 456 Bytes

Django Postgres Extensions adds a lot of functionality to Django.contrib.postgres, specifically in relation to ArrayField, HStoreField and JSONField, including much better form fields for dealing with these field types. The app also includes an Array Many To Many Field, so you can store the relationship in an array column instead of requiring an extra database table.

Check out http://django-postgres-extensions.readthedocs.io/en/latest/ to get started.