AUTHORS
LICENSE
MANIFEST.in
VERSION
requirements.txt
setup.py
django_pg/__init__.py
django_pg/management.py
django_pg/models/__init__.py
django_pg/models/base.py
django_pg/models/query.py
django_pg/models/fields/__init__.py
django_pg/models/fields/array.py
django_pg/models/fields/uuid.py
django_pg/models/fields/composite/__init__.py
django_pg/models/fields/composite/adapter.py
django_pg/models/fields/composite/meta.py
django_pg/models/sql/__init__.py
django_pg/models/sql/query.py
django_pg/models/sql/where.py
django_pg/utils/__init__.py
django_pg/utils/types.py
django_pg/utils/utf8.py
django_pgfields.egg-info/PKG-INFO
django_pgfields.egg-info/SOURCES.txt
django_pgfields.egg-info/dependency_links.txt
django_pgfields.egg-info/requires.txt
django_pgfields.egg-info/top_level.txt
docs/Makefile
docs/composite.rst
docs/conf.py
docs/fields.rst
docs/index.rst
docs/usage.rst
docs/static/README.md
docs/templates/README.md
tests/__init__.py
tests/runtests.py
tests/settings.py
tests/arrays/__init__.py
tests/arrays/models.py
tests/arrays/tests.py
tests/composite/__init__.py
tests/composite/fields.py
tests/composite/models.py
tests/composite/tests.py
tests/docs/__init__.py
tests/docs/models.py
tests/docs/tests.py
tests/uuid_/__init__.py
tests/uuid_/models.py
tests/uuid_/tests.py