README.md
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/auto_partition.py
psqlextra/compiler.py
psqlextra/datastructures.py
psqlextra/expressions.py
psqlextra/query.py
psqlextra/signals.py
psqlextra/sql.py
psqlextra/types.py
psqlextra/util.py
psqlextra/backend/__init__.py
psqlextra/backend/base.py
psqlextra/backend/base_impl.py
psqlextra/backend/introspection.py
psqlextra/backend/operations.py
psqlextra/backend/schema.py
psqlextra/backend/migrations/__init__.py
psqlextra/backend/migrations/patched_autodetector.py
psqlextra/backend/migrations/patched_migrations.py
psqlextra/backend/migrations/patched_project_state.py
psqlextra/backend/migrations/state.py
psqlextra/backend/migrations/operations/__init__.py
psqlextra/backend/migrations/operations/add_default_partition.py
psqlextra/backend/migrations/operations/add_list_partition.py
psqlextra/backend/migrations/operations/add_range_partition.py
psqlextra/backend/migrations/operations/create_partitioned_model.py
psqlextra/backend/migrations/operations/delete_default_partition.py
psqlextra/backend/migrations/operations/delete_list_partition.py
psqlextra/backend/migrations/operations/delete_partition.py
psqlextra/backend/migrations/operations/delete_partitioned_model.py
psqlextra/backend/migrations/operations/delete_range_partition.py
psqlextra/backend/migrations/operations/partition.py
psqlextra/backend/side_effects/__init__.py
psqlextra/backend/side_effects/hstore_required.py
psqlextra/backend/side_effects/hstore_unique.py
psqlextra/fields/__init__.py
psqlextra/fields/hstore_field.py
psqlextra/indexes/__init__.py
psqlextra/indexes/case_insensitive_unique_index.py
psqlextra/indexes/conditional_unique_index.py
psqlextra/management/__init__.py
psqlextra/management/commands/__init__.py
psqlextra/management/commands/pgautopartition.py
psqlextra/management/commands/pgmakemigrations.py
psqlextra/manager/__init__.py
psqlextra/manager/manager.py
psqlextra/models/__init__.py
psqlextra/models/base.py
psqlextra/models/options.py
psqlextra/models/partitioned.py
tests/__init__.py
tests/conftest.py
tests/fake_model.py
tests/migrations.py
tests/test_auto_partition.py
tests/test_case_insensitive_unique_index.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_make_migrations.py
tests/test_manager.py
tests/test_manager_context.py
tests/test_migration_operations.py
tests/test_on_conflict.py
tests/test_on_conflict_nothing.py
tests/test_on_conflict_update.py
tests/test_partitioned_model.py
tests/test_partitioned_model_state.py
tests/test_query.py
tests/test_query_values.py
tests/test_schema_editor.py
tests/test_upsert.py
tests/benchmarks/__init__.py
tests/benchmarks/test_insert_nothing.py
tests/benchmarks/test_upsert.py
tests/benchmarks/test_upsert_bulk.py