﻿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
659	Selecting by month with DateField is broken with sqlite3 backend	pgross	Adrian Holovaty	"I have a model with a DateField.  Selecting by month works works mysql, but not with sqlite3.  Below is a rough outline of the code I have:

{{{
class Party(meta.Model):
    when = meta.DateField()

parties_this_month = parties.get_list(when__year=2005, when__month=10)
}}}"	defect	closed	Database layer (models, ORM)		major	fixed			Ready for checkin	1	0	0	0	0	0
