README.rst
setup.cfg
setup.py
django_postgres_extra.egg-info/PKG-INFO
django_postgres_extra.egg-info/SOURCES.txt
django_postgres_extra.egg-info/dependency_links.txt
django_postgres_extra.egg-info/top_level.txt
psqlextra/__init__.py
psqlextra/apps.py
psqlextra/compiler.py
psqlextra/manager.py
psqlextra/models.py
psqlextra/query.py
psqlextra/signals.py
psqlextra/util.py
psqlextra/backend/__init__.py
psqlextra/backend/base.py
psqlextra/backend/hstore_required.py
psqlextra/backend/hstore_unique.py
psqlextra/fields/__init__.py
psqlextra/fields/hstore_field.py
tests/__init__.py
tests/conftest.py
tests/fake_model.py
tests/migrations.py
tests/test_db_backend.py
tests/test_hstore_autodetect.py
tests/test_hstore_field.py
tests/test_hstore_required.py
tests/test_hstore_unique.py
tests/test_manager_context.py
tests/test_on_conflict.py
tests/test_on_conflict_nothing.py
tests/test_on_conflict_update.py
tests/test_signals.py
tests/test_upsert.py
tests/benchmarks/__init__.py
tests/benchmarks/test_insert_nothing.py
tests/benchmarks/test_upsert.py