1
0
mirror of https://github.com/django/django.git synced 2025-01-07 00:46:08 +00:00
django/tests/migrations
Aymeric Augustin 0242c56fd8 Deborgified the app cache.
Improved Andrew's hack to create temporary app caches to handle
migrations. Now the main app cache has a "master" flag set to True
(which is a non-default keyword argument, thus unlikely to be used by
mistake). Other app cache instances have "master" set to False.

The only sanctioned way to access the app cache is by importing
django.core.apps.app_cache.

If you were instanciating an app cache and relying on the Borg pattern,
you'll have to refactor your code.
2013-12-17 21:53:18 +01:00
..
faulty_migrations
migrations_test_apps Removed superfluous models.py files. 2013-12-17 11:16:48 +01:00
test_migrations
test_migrations_2
test_migrations_conflict Migration VCS conflict detection and --merge for makemigrations 2013-12-04 16:01:49 +00:00
test_migrations_squashed
__init__.py
models.py Deborgified the app cache. 2013-12-17 21:53:18 +01:00
test_autodetector.py Migration VCS conflict detection and --merge for makemigrations 2013-12-04 16:01:49 +00:00
test_base.py
test_commands.py Moved the new app cache inside core. 2013-12-17 10:17:46 +01:00
test_executor.py
test_graph.py
test_loader.py
test_operations.py Moved list of models inside AppConfig instances. 2013-12-17 10:17:44 +01:00
test_optimizer.py flake8 fixes 2013-11-06 20:00:48 -08:00
test_state.py Deborgified the app cache. 2013-12-17 21:53:18 +01:00
test_writer.py Moved the new app cache inside core. 2013-12-17 10:17:46 +01:00