summaryrefslogtreecommitdiff
path: root/django/utils/lru_cache.py
AgeCommit message (Expand)Author
2013-11-12Fixed typo in lru_cache.py; refs #21351.Vajrasky Kok
2013-11-11Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma