﻿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
7405	typo in model api doc	Gergely Kontra	nobody	"At [http://www.djangoproject.com/documentation/db-api/#chaining-filters|Chaining filters]:

date should be '''less than or equal to''' now
{{{
Entry.objects.filter(
    headline__startswith='What').exclude(
        pub_date__lte=datetime.now()).filter(
            pub_date__gte=datetime(2005, 1, 1))
}}}
"		closed	Documentation	dev		invalid	typo, api		Accepted	0	0	0	0	0	0
