.. |
faulty_migrations
|
36ded01527
Fixed #21302 -- Fixed unused imports and import *.
|
11 years ago |
migrations_test_apps
|
f7a78f9bba
Fixed #22791 -- Invoke interactive questioner only for conflicts in specified apps.
|
10 years ago |
test_migrations
|
21c496ea52
Fixed #22881 -- Better soft_applied migration detection
|
10 years ago |
test_migrations_backwards_deps_1
|
d7ab2cefb7
Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations."
|
10 years ago |
test_migrations_conflict
|
e520a73eee
Harmonized some PEP 0263 coding preambles
|
11 years ago |
test_migrations_custom_user
|
e520a73eee
Harmonized some PEP 0263 coding preambles
|
11 years ago |
test_migrations_first
|
2cee1d4642
Fixed #22861: Internal migrations done first so __first__ works
|
10 years ago |
test_migrations_no_ancestor
|
f851a954ac
Fixed #22602 -- Improved code coverage of makemigrations command tests.
|
11 years ago |
test_migrations_no_changes
|
008bff92b7
Fixed #22970: Incorrect dependencies for existing migrated apps
|
10 years ago |
test_migrations_no_default
|
63fc91b3ca
Fixed #22676 -- makemigrations --dry-run should not ask for defaults
|
11 years ago |
test_migrations_run_before
|
45fa520187
Implement Migration.run_before
|
10 years ago |
test_migrations_squashed
|
e520a73eee
Harmonized some PEP 0263 coding preambles
|
11 years ago |
test_migrations_unmigdep
|
e520a73eee
Harmonized some PEP 0263 coding preambles
|
11 years ago |
__init__.py
|
f6801a234f
Adding a dependency graph class and tests
|
12 years ago |
models.py
|
008bff92b7
Fixed #22970: Incorrect dependencies for existing migrated apps
|
10 years ago |
test_autodetector.py
|
b2aad7b836
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
|
10 years ago |
test_base.py
|
2a1bdf5ced
Called table_names instead of get_table_list in migrations
|
10 years ago |
test_commands.py
|
1435cfbe8d
Fixed #23302 -- Added --name/-n option to makemigrations command
|
10 years ago |
test_executor.py
|
d7ab2cefb7
Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations."
|
10 years ago |
test_graph.py
|
61f56e239f
Corrected grammar in migrations error message.
|
10 years ago |
test_loader.py
|
b2aad7b836
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
|
10 years ago |
test_operations.py
|
b9a670b227
Fixed #23426 -- Don't require double percent sign in RunSQL without parameters
|
10 years ago |
test_optimizer.py
|
b30d32ff24
Fixed #22875: Optimizer did not take through= into account.
|
10 years ago |
test_state.py
|
b2aad7b836
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
|
10 years ago |
test_writer.py
|
b2aad7b836
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
|
10 years ago |