LICENSE
MANIFEST.in
README.md
setup.py
django_check_migration_wtf/__init__.py
django_check_migration_wtf/apps.py
django_check_migration_wtf/evaluator.py
django_check_migration_wtf/exceptions.py
django_check_migration_wtf/github_migrations.py
django_check_migration_wtf/psql.py
django_check_migration_wtf/rules.py
django_check_migration_wtf.egg-info/PKG-INFO
django_check_migration_wtf.egg-info/SOURCES.txt
django_check_migration_wtf.egg-info/dependency_links.txt
django_check_migration_wtf.egg-info/requires.txt
django_check_migration_wtf.egg-info/top_level.txt
django_check_migration_wtf/management/__init__.py
django_check_migration_wtf/management/commands/__init__.py
django_check_migration_wtf/management/commands/check_migration.py
tests/__init__.py
tests/integration/__init__.py
tests/integration/test_command.py
tests/integration/test_app/__init__.py
tests/integration/test_app/apps.py
tests/integration/test_app/models.py
tests/integration/test_app/settings.py
tests/integration/test_app/urls.py
tests/integration/test_app/wsgi.py
tests/integration/test_app/migrations/0001_initial.py
tests/integration/test_app/migrations/0002_auto_20200426_1246.py
tests/integration/test_app/migrations/0003_truck.py
tests/integration/test_app/migrations/__init__.py
tests/integration/test_app_github/__init__.py
tests/integration/test_app_github/apps.py
tests/integration/test_app_github/models.py
tests/integration/test_app_github/migrations/0001_initial.py
tests/integration/test_app_github/migrations/0002_auto_20200503_1828.py
tests/integration/test_app_github/migrations/__init__.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_evaluator.py
tests/unit/test_github_migrations.py
tests/unit/test_rules.py