1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/django/apps
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
..
__init__.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
config.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
registry.py Refs #34233 -- Used @functools.cache. 2023-01-18 19:23:18 +01:00