﻿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
5391	date_hierarchy breaks for date objects of January 1st	Nathaniel Whiteinge <whiteinge@…>	nobody	"Verified with the following test model. Add a few entries of January 1st for differing years. DateTimeField fields do not have this problem. Appears to affect at least SQLite and MySQL.

{{{
class Test(models.Model):
    test = models.DateField()

    class Admin:
        date_hierarchy = 'test'

    def __unicode__(self):
        return str(self.test)
}}}
"		closed	contrib.admin	dev		duplicate	date_hierarchy qs-rf		Unreviewed	0	0	0	0	0	0
