django1/django/apps
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
..
__init__.py Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
base.py Renamed AppConfig.setup to ready. 2013-12-31 18:04:54 +01:00
registry.py Used a regular lock for app registry population. 2014-01-12 22:08:46 +01:00