LICENSE
MANIFEST.in
README.rst
setup.py
django_migration_linter/__init__.py
django_migration_linter/cache.py
django_migration_linter/constants.py
django_migration_linter/migration_linter.py
django_migration_linter/operations.py
django_migration_linter/sql_analyser.py
django_migration_linter/utils.py
django_migration_linter.egg-info/PKG-INFO
django_migration_linter.egg-info/SOURCES.txt
django_migration_linter.egg-info/dependency_links.txt
django_migration_linter.egg-info/requires.txt
django_migration_linter.egg-info/top_level.txt
django_migration_linter/management/__init__.py
django_migration_linter/management/commands/__init__.py
django_migration_linter/management/commands/lintmigrations.py
tests/__init__.py
tests/fixtures.py
tests/functional/__init__.py
tests/functional/test_cache.py
tests/functional/test_migration_linter.py
tests/test_project/__init__.py
tests/test_project/settings.py
tests/test_project/urls.py
tests/test_project/wsgi.py
tests/test_project/app_add_not_null_column/__init__.py
tests/test_project/app_add_not_null_column/admin.py
tests/test_project/app_add_not_null_column/apps.py
tests/test_project/app_add_not_null_column/models.py
tests/test_project/app_add_not_null_column/tests.py
tests/test_project/app_add_not_null_column/views.py
tests/test_project/app_add_not_null_column/migrations/0001_create_table.py
tests/test_project/app_add_not_null_column/migrations/0002_add_new_not_null_field.py
tests/test_project/app_add_not_null_column/migrations/__init__.py
tests/test_project/app_add_not_null_column_followed_by_default/__init__.py
tests/test_project/app_add_not_null_column_followed_by_default/admin.py
tests/test_project/app_add_not_null_column_followed_by_default/apps.py
tests/test_project/app_add_not_null_column_followed_by_default/models.py
tests/test_project/app_add_not_null_column_followed_by_default/tests.py
tests/test_project/app_add_not_null_column_followed_by_default/views.py
tests/test_project/app_add_not_null_column_followed_by_default/migrations/0001_initial.py
tests/test_project/app_add_not_null_column_followed_by_default/migrations/0002_a_not_null_field.py
tests/test_project/app_add_not_null_column_followed_by_default/migrations/__init__.py
tests/test_project/app_alter_column/__init__.py
tests/test_project/app_alter_column/admin.py
tests/test_project/app_alter_column/apps.py
tests/test_project/app_alter_column/models.py
tests/test_project/app_alter_column/tests.py
tests/test_project/app_alter_column/views.py
tests/test_project/app_alter_column/migrations/0001_initial.py
tests/test_project/app_alter_column/migrations/0002_auto_20190414_1456.py
tests/test_project/app_alter_column/migrations/__init__.py
tests/test_project/app_correct/__init__.py
tests/test_project/app_correct/admin.py
tests/test_project/app_correct/apps.py
tests/test_project/app_correct/models.py
tests/test_project/app_correct/tests.py
tests/test_project/app_correct/views.py
tests/test_project/app_correct/migrations/0001_initial.py
tests/test_project/app_correct/migrations/0002_foo.py
tests/test_project/app_correct/migrations/__init__.py
tests/test_project/app_create_table_with_not_null_column/__init__.py
tests/test_project/app_create_table_with_not_null_column/admin.py
tests/test_project/app_create_table_with_not_null_column/apps.py
tests/test_project/app_create_table_with_not_null_column/models.py
tests/test_project/app_create_table_with_not_null_column/tests.py
tests/test_project/app_create_table_with_not_null_column/views.py
tests/test_project/app_create_table_with_not_null_column/migrations/0001_initial.py
tests/test_project/app_create_table_with_not_null_column/migrations/__init__.py
tests/test_project/app_drop_column/__init__.py
tests/test_project/app_drop_column/admin.py
tests/test_project/app_drop_column/apps.py
tests/test_project/app_drop_column/models.py
tests/test_project/app_drop_column/tests.py
tests/test_project/app_drop_column/views.py
tests/test_project/app_drop_column/migrations/0001_initial.py
tests/test_project/app_drop_column/migrations/0002_remove_a_field_b.py
tests/test_project/app_drop_column/migrations/__init__.py
tests/test_project/app_ignore_migration/__init__.py
tests/test_project/app_ignore_migration/admin.py
tests/test_project/app_ignore_migration/apps.py
tests/test_project/app_ignore_migration/models.py
tests/test_project/app_ignore_migration/tests.py
tests/test_project/app_ignore_migration/views.py
tests/test_project/app_ignore_migration/migrations/0001_initial.py
tests/test_project/app_ignore_migration/migrations/0002_ignore_migration.py
tests/test_project/app_ignore_migration/migrations/__init__.py
tests/test_project/app_rename_column/__init__.py
tests/test_project/app_rename_column/admin.py
tests/test_project/app_rename_column/apps.py
tests/test_project/app_rename_column/models.py
tests/test_project/app_rename_column/tests.py
tests/test_project/app_rename_column/views.py
tests/test_project/app_rename_column/migrations/0001_initial.py
tests/test_project/app_rename_column/migrations/0002_auto_20190414_1502.py
tests/test_project/app_rename_column/migrations/__init__.py
tests/test_project/app_rename_table/__init__.py
tests/test_project/app_rename_table/admin.py
tests/test_project/app_rename_table/apps.py
tests/test_project/app_rename_table/models.py
tests/test_project/app_rename_table/tests.py
tests/test_project/app_rename_table/views.py
tests/test_project/app_rename_table/migrations/0001_initial.py
tests/test_project/app_rename_table/migrations/0002_auto_20190414_1500.py
tests/test_project/app_rename_table/migrations/__init__.py
tests/unit/__init__.py
tests/unit/test_linter.py
tests/unit/test_utils.py