django1/django/db/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
..
operations Fix altering of SERIAL columns and InnoDB being picky about FK changes 2013-12-11 14:19:05 +00:00
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
autodetector.py Better default name for migrations we can't give nice names to 2013-12-11 13:23:07 +00:00
executor.py Include deferred SQL in sqlmigrate output 2013-11-27 16:29:37 +00:00
graph.py Fixed #21298 -- Fixed E301 pep8 warnings 2013-10-23 13:45:03 +01:00
loader.py Moved the new app cache inside core. 2013-12-17 10:17:46 +01:00
migration.py Fix migration planner to fully understand squashed migrations. And test. 2013-10-23 22:56:54 +01:00
optimizer.py Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
questioner.py Moved the new app cache inside core. 2013-12-17 10:17:46 +01:00
recorder.py Deborgified the app cache. 2013-12-17 21:53:18 +01:00
state.py Deborgified the app cache. 2013-12-17 21:53:18 +01:00
writer.py Moved the new app cache inside core. 2013-12-17 10:17:46 +01:00