django1/django/db/backends
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
..
dummy A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
mysql Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
oracle Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
postgresql_psycopg2 Fix altering of SERIAL columns and InnoDB being picky about FK changes 2013-12-11 14:19:05 +00:00
sqlite3 Deborgified the app cache. 2013-12-17 21:53:18 +01:00
__init__.py Moved the new app cache inside core. 2013-12-17 10:17:46 +01:00
creation.py flake8 fix 2013-11-09 06:38:47 -08:00
schema.py Fix altering of SERIAL columns and InnoDB being picky about FK changes 2013-12-11 14:19:05 +00:00
signals.py Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
util.py Removed import * in tests. 2013-10-22 08:32:01 -04:00
utils.py Fixed all E261 warnings 2013-11-02 18:20:39 -04:00