django/tests/migrations
Andrew Godwin a338e07735 Fixed #23101: Prefer doing deletes before creates in autodetector.
Makes declined or missed renames still work (but drop data).
2014-07-29 09:38:51 -07:00
..
faulty_migrations
migrations_test_apps Fixed #22791 -- Invoke interactive questioner only for conflicts in specified apps. 2014-07-14 11:00:49 -04:00
test_migrations Fixed #22881 -- Better soft_applied migration detection 2014-06-23 13:36:22 +12:00
test_migrations_conflict
test_migrations_custom_user
test_migrations_first
test_migrations_no_ancestor
test_migrations_no_changes Fixed #22970: Incorrect dependencies for existing migrated apps 2014-07-09 23:53:43 -07:00
test_migrations_no_default
test_migrations_run_before
test_migrations_squashed
test_migrations_unmigdep
__init__.py
models.py Fixed #22970: Incorrect dependencies for existing migrated apps 2014-07-09 23:53:43 -07:00
test_autodetector.py Fixed #23101: Prefer doing deletes before creates in autodetector. 2014-07-29 09:38:51 -07:00
test_base.py
test_commands.py Fixed #22791 -- Invoke interactive questioner only for conflicts in specified apps. 2014-07-14 11:00:49 -04:00
test_executor.py Fixed #23093: soft application detection for swapped models 2014-07-25 09:35:38 -07:00
test_graph.py
test_loader.py Fixed #23071 -- Use last migration's name in dependency to other app 2014-07-22 01:03:02 +02:00
test_operations.py Fixed #23121: AlterModelOptions operation not changing state right 2014-07-28 10:47:28 -07:00
test_optimizer.py Fixed #22875: Optimizer did not take through= into account. 2014-06-22 11:23:45 -07:00
test_state.py Fixed #22906 -- Added a more helpful repr to migrations' ModelState. 2014-07-06 14:56:18 +07:00
test_writer.py Silenced a Python 2 ImportWarning in a migrations test. 2014-07-24 09:24:52 -04:00