AUTHORS.rst
CHANGELOG.md
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
requirements_dev.txt
setup.cfg
setup.py
django_migration_checker/__init__.py
django_migration_checker/base.py
django_migration_checker.egg-info/PKG-INFO
django_migration_checker.egg-info/SOURCES.txt
django_migration_checker.egg-info/dependency_links.txt
django_migration_checker.egg-info/entry_points.txt
django_migration_checker.egg-info/not-zip-safe
django_migration_checker.egg-info/top_level.txt
django_migration_checker/cli/__init__.py
django_migration_checker/cli/find_conflicts.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
tests/__init__.py
tests/test_checker.py
tests/test_cli.py
tests/test_extract_list.py
tests/test_data/01_no_conflicts/alpacas/migrations/0001_initial.py
tests/test_data/01_no_conflicts/alpacas/migrations/__init__.py
tests/test_data/01_no_conflicts/alpacas/migrations/no_migration.txt
tests/test_data/01_no_conflicts/app_empty_migration_dir/migrations/__init__.py
tests/test_data/01_no_conflicts/app_no_migrations/__init__.py
tests/test_data/01_no_conflicts/llamas/migrations/0001_initial.py
tests/test_data/01_no_conflicts/llamas/migrations/0002_second.py
tests/test_data/01_no_conflicts/llamas/migrations/__init__.py
tests/test_data/02_basic_conflicts/alpacas/migrations/0001_initial.py
tests/test_data/02_basic_conflicts/alpacas/migrations/0002_new.py
tests/test_data/02_basic_conflicts/alpacas/migrations/__init__.py
tests/test_data/02_basic_conflicts/llamas/migrations/0001_initial.py
tests/test_data/02_basic_conflicts/llamas/migrations/__init__.py
tests/test_data/03_inter_app_conflict/alpacas/migrations/0001_initial.py
tests/test_data/03_inter_app_conflict/alpacas/migrations/__init__.py
tests/test_data/03_inter_app_conflict/llamas/migrations/0001_initial.py
tests/test_data/03_inter_app_conflict/llamas/migrations/0002_new_one.py
tests/test_data/03_inter_app_conflict/llamas/migrations/__init__.py
tests/test_data/04_squashed_no_conflict/alpacas/migrations/0001_initial.py
tests/test_data/04_squashed_no_conflict/alpacas/migrations/__init__.py
tests/test_data/04_squashed_no_conflict/llamas/migrations/0001_initial.py
tests/test_data/04_squashed_no_conflict/llamas/migrations/0001_squashed_0002_auto_20190509_1610.py
tests/test_data/04_squashed_no_conflict/llamas/migrations/0002_new_one.py
tests/test_data/04_squashed_no_conflict/llamas/migrations/__init__.py
tests/test_data/05_squashed_basic_conflict/alpacas/migrations/0001_initial.py
tests/test_data/05_squashed_basic_conflict/alpacas/migrations/__init__.py
tests/test_data/05_squashed_basic_conflict/llamas/migrations/0001_initial.py
tests/test_data/05_squashed_basic_conflict/llamas/migrations/0001_squashed_0002_auto_20190509_1610.py
tests/test_data/05_squashed_basic_conflict/llamas/migrations/0002_new_one.py
tests/test_data/05_squashed_basic_conflict/llamas/migrations/__init__.py
tests/test_data/06_no_conflicts_double_quotes/llamas/migrations/0001_initial.py
tests/test_data/06_no_conflicts_double_quotes/llamas/migrations/0002_second.py
tests/test_data/06_no_conflicts_double_quotes/llamas/migrations/__init__.py