LICENSE
README.md
setup.py
django_db_views/__init__.py
django_db_views/autodetector.py
django_db_views/db_view.py
django_db_views/migration_functions.py
django_db_views/operations.py
django_db_views/runtests.py
django_db_views.egg-info/PKG-INFO
django_db_views.egg-info/SOURCES.txt
django_db_views.egg-info/dependency_links.txt
django_db_views.egg-info/requires.txt
django_db_views.egg-info/top_level.txt
django_db_views/management/__init__.py
django_db_views/management/commands/__init__.py
django_db_views/management/commands/makeviewmigrations.py
tests/__init__.py
tests/asserts.py
tests/conftest.py
tests/fixturies.py
tests/test_autodetector.py
tests/test_backward_compatibility.py
tests/test_db_functions.py
tests/test_db_views.py
tests/test_materialized_views.py
tests/backward_compatibility_test_app/migrations/0-0-9_to_0-0-10_added_engine_support.py
tests/backward_compatibility_test_app/migrations/__init__.py
tests/test_app/__init__.py
tests/test_app/models.py