CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
src/djanquiltdb_plugin_postgres_objects/__init__.py
src/djanquiltdb_plugin_postgres_objects/decorators.py
src/djanquiltdb_plugin_postgres_objects.egg-info/PKG-INFO
src/djanquiltdb_plugin_postgres_objects.egg-info/SOURCES.txt
src/djanquiltdb_plugin_postgres_objects.egg-info/dependency_links.txt
src/djanquiltdb_plugin_postgres_objects.egg-info/entry_points.txt
src/djanquiltdb_plugin_postgres_objects.egg-info/requires.txt
src/djanquiltdb_plugin_postgres_objects.egg-info/top_level.txt
tests/manage.py
tests/config/__init__.py
tests/config/settings.py
tests/declared/__init__.py
tests/declared/migrations/__init__.py
tests/declared/test_migrations_declared_objects/0001_declared_objects.py
tests/declared/test_migrations_declared_objects/__init__.py
tests/declared/test_migrations_pre_plugin/0001_pre_plugin.py
tests/declared/test_migrations_pre_plugin/__init__.py
tests/declared/test_migrations_recalculation/0001_generated_column.py
tests/declared/test_migrations_recalculation/0002_recalculate.py
tests/declared/test_migrations_recalculation/__init__.py
tests/example/__init__.py
tests/example/db_views.py
tests/example/functions.py
tests/example/models.py
tests/example/migrations/0001_initial.py
tests/example/migrations/__init__.py
tests/plugin_tests/__init__.py
tests/plugin_tests/declared_migrations.py
tests/plugin_tests/functions.py
tests/plugin_tests/generated_fields.py
tests/plugin_tests/installation.py
tests/plugin_tests/migration_state.py
tests/plugin_tests/recalculation_migrations.py
tests/plugin_tests/views.py