﻿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
36473	Usage of new tuple_lookups in 5.2	Julien Chaumont		"Hi,

As a part of the composite primary key feature, django 5.2 includes new utilities such as [https://github.com/csirmazbendeguz/django/blob/main/django/db/models/fields/tuple_lookups.py#L375 `TupleIn` or `TupleGreaterThan`]. From what I've seen, these helpers can be used on any columns, and not necessarily on composite primary keys. However, they're not mentioned anywhere in [https://docs.djangoproject.com/en/5.2/search/?q=tuplein the documentation].

Can you clarify if they are considered internals, or if they can be considered as part of Django's API?
"	Uncategorized	closed	Database layer (models, ORM)	5.2	Normal	invalid	tuple_lookups		Unreviewed	0	0	0	0	0	0
