django1/django/apps
Marten Kenbeek 888c9b6429 Fixed #24397 -- Sped up rendering multiple model states.
Set apps.ready to False when rendering multiple models. This prevents
that the cache on Model._meta is expired on all models after each time a
single model is rendered. Prevented that Apps.clear_cache() refills the
cache on Apps.get_models(), so that the wrong value cannot be cached
when cloning a StateApps.
2015-03-08 13:54:49 +01:00
..
__init__.py Fixed #21877 -- Renamed django.apps.base to config. 2014-01-26 13:17:03 +01:00
config.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
registry.py Fixed #24397 -- Sped up rendering multiple model states. 2015-03-08 13:54:49 +01:00