summaryrefslogtreecommitdiff
path: root/django/utils/lru_cache.py
blob: f5187ded565e456c8ee13d676db416c81cda17ba (plain)
1
2
3
4
5
from functools import lru_cache  # noqa

# Deprecate or remove this module when no supported version of Django still
# supports Python 2. Until then, keep it to allow pluggable apps to support
# Python 2 and Python 3 without raising a deprecation warning.