django/tests/field_deconstruction
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 Ported over Field.deconstruct() from my schema alteration branch. 2013-06-28 17:27:52 +01:00
tests.py Fixed #24590 -- Cached calls to swappable_setting. 2015-08-27 17:06:21 +10:00