This is django-pgfields, a pluggable Django application that adds support for several specialized PostgreSQL fields within the Django ORM.
django-pgfields will work with Django applications using the PostgreSQL backend, and adds support for:
django-pgfields depends on:
Warning
Currently, django-pgfields is not particularly interoperable with the PostGIS backend from django.contrib.gis. Any individual model can either use our Manager subclass or the GIS Manager subclass, but not both.
This limitation will (hopefully) be addressed soon.
In order to use django-pgfields in a project:
If you think you’ve found a bug in django-pgfields itself, please post an issue on the Issue Tracker.
For usage help, you’re free to e-mail the author, who will provide help (on a best effort basis) if possible.
New BSD.