﻿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
11629	Deprecate callable QuerySet filter arguments	harrym	nobody	Apologies if I've missed this somewhere, but I couldn't find anything in the documentation that states that the keyword arguments passed to a `QuerySet's` filter method may be callable. This is useful in cases such as when `QuerySets` are constructed for generic views, and you want to filter by a time relative to now. This appears in the code in django/db/models/sql/query.py, line 1546.	Cleanup/optimization	closed	Database layer (models, ORM)	dev	Normal	fixed		bmispelon@…	Ready for checkin	1	0	0	0	0	0
