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/datastructures.py
psqlextra/expressions.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
psqlextra/indexes/__init__.py
psqlextra/indexes/conditional_unique_index.py
psqlextra/manager/__init__.py
psqlextra/manager/manager.py
tests/__init__.py
tests/conftest.py
tests/fake_model.py
tests/migrations.py
tests/test_conditional_unique_index.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_insert.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_query.py
tests/test_query_values.py
tests/test_signals.py
tests/test_upsert.py
tests/util.py
tests/benchmarks/__init__.py
tests/benchmarks/test_insert_nothing.py
tests/benchmarks/test_upsert.py
tests/benchmarks/test_upsert_bulk.py