django-pgfields

Provides custom Field subclasses intended for use with types available in PostgreSQL but not in the Django core ORM, including arrays and composite types. For Python 2 or Python 3.


License
BSD-3-Clause
Install
pip install django-pgfields==1.4.4

Documentation

Welcome to django-pgfields

Build Status Coverage

The purpose of django-pgfields is to provide specialized Field subclasses for data types available in PostgreSQL but not exposed in the Django ORM (because of lack of availability in other database backends).

Full documentation is graciously hosted by Read the Docs.