﻿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
36605	Support chaining `QuerySet.in_bulk()` after `.values()` or `.values_list()`	Adam Johnson	Adam Johnson	"Per [https://github.com/django/new-features/issues/74 new-features#74 ], supporting `values()`/`values_list()` to be chained with `in_bulk()` would allow fetching limited columns while obeying database parameter limits. The implementation for #28586 would benefit from it, at least.

#35690 improved the error message for these currently-unsupported cases, but also had an associated PR trying to add support: https://github.com/django/django/pull/18497 . We can revive this PR and finish it off."	New feature	closed	Database layer (models, ORM)	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
