﻿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
2394	count() QuerySet method should accept lookup parameters	Gary Wilson <gary.wilson@…>	Adrian Holovaty	"When lookup parameters are passed to `count()`, `count()` should do an implied `filter()`.

For example, the following should be identical:
{{{
#!python
User.objects.filter(pk=1).count()
User.objects.count(pk=1)
}}}"	defect	closed	Database layer (models, ORM)	dev	normal	wontfix		gary.wilson@…	Unreviewed	0	0	0	0	0	0
