django1/django
Aymeric Augustin d674fe6dee Used a regular lock for app registry population.
Since the app registry is always populated before the first request is
processed, the situation described in #18251 for the old app cache
cannot happen any more.

Refs #18251, #21628.
2014-01-12 22:08:46 +01:00
..
apps Used a regular lock for app registry population. 2014-01-12 22:08:46 +01:00
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Fixed #21581 -- Fixed a number of issues with collectstatic. 2013-12-31 14:58:49 -05:00
contrib Fixed #21413 -- resolve_columns fields misalignment 2014-01-12 18:07:39 +02:00
core Avoided catching ImproperlyConfigured on django.setup(). 2014-01-06 23:01:29 +01:00
db Fixed #21453 -- Enabled autocommit before calling init_connection_state. 2014-01-12 20:31:07 +01:00
dispatch Fixed flake8 issues. 2014-01-12 13:40:37 -05:00
forms Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField 2014-01-11 15:50:34 +01: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 Don't try to load app directory templates from apps with a path (eg eggs) 2013-12-27 11:42:24 +01:00
templatetags A handful of flake8 fixes 2013-11-23 08:26:11 -08:00
test Fixed #12571 -- Attached originating WSGIRequest to test client responses. 2014-01-09 18:50:03 -05:00
utils Used a regular lock for app registry population. 2014-01-12 22:08:46 +01:00
views Fixed typo in docstrings of MonthArchiveViews. 2014-01-10 08:25:22 -05:00
__init__.py Fixed #21714 -- Moved logging configuration to global setup() 2013-12-31 18:35:00 +01:00
shortcuts.py Changed shortcuts from being a package to just being a module 2013-11-19 15:34:20 -08:00