0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/django/apps
Aymeric Augustin 82a35e24d4 Replaced ad-hoc caching of get_models with lru_cache.
Invalidate properly the cache whenever all_models or app_configs change.
This fixes some isolation issues in the test suite.
2013-12-24 10:56:50 +01:00
..
__init__.py Refactored INSTALLED_APPS overrides. 2013-12-23 20:15:08 +01:00
base.py Moved apps back in the toplevel django namespace. 2013-12-22 11:39:55 +01:00
cache.py Replaced ad-hoc caching of get_models with lru_cache. 2013-12-24 10:56:50 +01:00