1
0
mirror of https://github.com/django/django.git synced 2025-01-27 10:39:40 +00:00
Nick Pope 4470c2405c
Refs #34233 -- Used @functools.cache.
Python 3.9+ supports @functools.cache as an alias for
@functools.lru_cache(maxsize=None).
2023-01-18 19:23:18 +01:00
..
2023-01-18 19:23:18 +01:00