﻿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
33626	django.db.models.query_utils.RegisterLookupMixin._unregister_lookup method also should clear the cache stored for django.db.models.query_utils.RegisterLookupMixin.get_lookups	Himanshu Balasamanta	Himanshu Balasamanta	"In current source code, in the **_unregister_lookup** method, [https://github.com/django/django/blame/main/django/db/models/query_utils.py#L212], the cache is not cleared, which should be done, as it is done in **register_lookup**, https://github.com/django/django/blame/main/django/db/models/query_utils.py#L202.
Corresponding to this change, minor changes need to be brought in the **schema.tests.SchemaTests.test_func_unique_constraint_lookups** test."	Bug	assigned	Error reporting	4.0	Normal		Lookups, caching, ORM	Carlton Gibson	Unreviewed	0	0	0	0	0	0
