CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
docs/Makefile
docs/conf.py
docs/index.rst
docs/_static/.gitkeep
docs/modules/api.rst
docs/modules/functions.rst
docs/modules/installation.rst
docs/modules/migrations.rst
docs/modules/overview.rst
docs/modules/queries.rst
docs/modules/views.rst
src/django_postgres_objects.egg-info/PKG-INFO
src/django_postgres_objects.egg-info/SOURCES.txt
src/django_postgres_objects.egg-info/dependency_links.txt
src/django_postgres_objects.egg-info/requires.txt
src/django_postgres_objects.egg-info/top_level.txt
src/postgres_objects/__init__.py
src/postgres_objects/apps.py
src/postgres_objects/base.py
src/postgres_objects/checks.py
src/postgres_objects/fields.py
src/postgres_objects/functions.py
src/postgres_objects/operations.py
src/postgres_objects/py.typed
src/postgres_objects/querysets.py
src/postgres_objects/registry.py
src/postgres_objects/views.py
src/postgres_objects/autodetector/__init__.py
src/postgres_objects/autodetector/changes.py
src/postgres_objects/autodetector/detector.py
src/postgres_objects/autodetector/ordering.py
src/postgres_objects/autodetector/recalculation.py
src/postgres_objects/autodetector/wiring.py
tests/manage.py
tests/migration_writing.py
tests/outside_app_fixture.py
tests/test_apps.py
tests/test_autodetector.py
tests/test_checks.py
tests/test_commands.py
tests/test_declarations.py
tests/test_definitions.py
tests/test_fields.py
tests/test_operations.py
tests/test_pgtrigger.py
tests/test_queryset_views.py
tests/test_registry.py
tests/test_views.py
tests/bakery/__init__.py
tests/bakery/apps.py
tests/bakery/db_views.py
tests/bakery/models.py
tests/bakery/migrations/__init__.py
tests/config/__init__.py
tests/config/settings.py
tests/config/settings_pgtrigger.py
tests/config/settings_pgtrigger_first.py
tests/example/__init__.py
tests/example/apps.py
tests/example/broken_functions.py
tests/example/db_functions.py
tests/example/db_views.py
tests/example/models.py
tests/example/more_functions.py
tests/example/db/__init__.py
tests/example/db/functions.py
tests/example/migrations/__init__.py
tests/pgtrigger_example/__init__.py
tests/pgtrigger_example/db_functions.py
tests/pgtrigger_example/models.py
tests/pgtrigger_example/migrations/__init__.py