1
0
mirror of https://github.com/django/django.git synced 2025-01-24 09:09:20 +00:00
django/tests/managers_regress
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
..