﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34270	Use @functools.cache instead of @functools.lru_cache(maxsize=None)	Hugo van Kemenade	nobody	"`functools.cache` was added in Python 3.9 and returns the same as `functools.lru_cache(maxsize=None)`

https://docs.python.org/3/library/functools.html#functools.cache

Now Python 3.10 is the lowest supported version for Django 5.0, let's use the shorter one.

https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
"	Cleanup/optimization	closed	Core (Other)	dev	Normal	duplicate			Unreviewed	1	0	0	0	0	0
