django1/django/test
Markus Holtermann e1427cc609 Fixed #24590 -- Cached calls to swappable_setting.
Moved the lookup in Field.swappable_setting to Apps, and added
an lru_cache to cache the results.

Refs #24743

Thanks Marten Kenbeek for the initial work on the patch. Thanks Aymeric
Augustin and Tim Graham for the review.
2015-08-27 17:06:21 +10:00
..
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
client.py Fixed #25163 -- Fixed exception handling in nested test client requests. 2015-08-11 10:01:24 -04:00
html.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
runner.py Fixed #19542: Made mirroring databases for tests work with Oracle 2015-06-05 12:29:15 +03:00
signals.py Fixed #16860 -- Added password validation to django.contrib.auth. 2015-06-07 19:31:20 +02:00
testcases.py Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollback. 2015-08-24 08:59:20 -04:00
utils.py Fixed #24590 -- Cached calls to swappable_setting. 2015-08-27 17:06:21 +10:00