django1/django
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
..
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Change initial migration writing to work as docs suggest. 2013-11-27 12:34:31 +00:00
contrib Removed superfluous models.py files. 2013-12-17 11:16:48 +01:00
core Deborgified the app cache. 2013-12-17 21:53:18 +01:00
db Deborgified the app cache. 2013-12-17 21:53:18 +01:00
dispatch Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
forms Removed duplicated `TimeField` in __all__. 2013-12-16 17:52:37 -05:00
http Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
middleware Fixed #21473 -- Limited language preservation to logout 2013-12-12 10:24:43 +01:00
template Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
templatetags A handful of flake8 fixes 2013-11-23 08:26:11 -08:00
test Moved the new app cache inside core. 2013-12-17 10:17:46 +01:00
utils Removed unnecessary function-level import. 2013-12-16 15:30:51 +01:00
views Fixed #21564 -- Use local request object when possible in generic views. 2013-12-16 16:58:08 +01:00
__init__.py Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
shortcuts.py Changed shortcuts from being a package to just being a module 2013-11-19 15:34:20 -08:00