README.md
setup.py
lint_django_migrations/__init__.py
lint_django_migrations/migration_linter.py
lint_django_migrations/sql_analyser.py
lint_django_migrations/state.py
lint_django_migrations/utils.py
lint_django_migrations.egg-info/PKG-INFO
lint_django_migrations.egg-info/SOURCES.txt
lint_django_migrations.egg-info/dependency_links.txt
lint_django_migrations.egg-info/requires.txt
lint_django_migrations.egg-info/top_level.txt
lint_django_migrations/management/__init__.py
lint_django_migrations/management/commands/__init__.py
lint_django_migrations/management/commands/lintmigrations.py
tests/__init__.py
tests/fixtures.py
tests/test_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_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