1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/tests/migrations
Russell Keith-Magee d818e0c9b2 Fixed #16905 -- Added extensible checks (nee validation) framework
This is the result of Christopher Medrela's 2013 Summer of Code project.

Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian
Apolloner, and Alex Gaynor for review notes along the way.

Also: Fixes #8579, fixes #3055, fixes #19844.
2014-01-20 10:45:21 +08:00
..
faulty_migrations
migrations_test_apps Removed superfluous models.py files. 2013-12-17 11:16:48 +01:00
test_migrations Fixed #21142: Dependency failures on unmigrated apps. 2014-01-08 13:00:12 +00:00
test_migrations_2
test_migrations_conflict
test_migrations_squashed
test_migrations_unmigdep Fixed #21142: Dependency failures on unmigrated apps. 2014-01-08 13:00:12 +00:00
__init__.py
models.py Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
test_autodetector.py Implement swappable model support for migrations 2014-01-19 16:43:12 +00:00
test_base.py
test_commands.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
test_executor.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
test_graph.py
test_loader.py Make test stronger to hopefully fix odd Jenkins failure 2014-01-08 21:20:29 +00:00
test_operations.py Remove unicode prefix that snuck in 2014-01-19 18:57:06 +00:00
test_optimizer.py
test_state.py Remove other unicode literal 2014-01-19 18:57:59 +00:00
test_writer.py Fixed #21323 -- Improved readability of serialized Operation. 2014-01-20 00:16:07 +07:00