Re: QuerySet filtering weirdness for dates with 3-digit years

2012-04-19 Thread Evan Carmi
We created a ticket in Trac: https://code.djangoproject.com/ticket/18176 > > I guess the decision regarding whether this is a docs clarification or a code patch will be made there. Although if someone would like to help expedite that process we would love to do the work for the fix in either dir

Re: QuerySet filtering weirdness for dates with 3-digit years

2012-04-17 Thread Evan Carmi
On Sun, Apr 15, 2012 at 6:14 AM, Aymeric Augustin < aymeric.augus...@polytechnique.org> wrote: > On 14 avr. 2012, at 21:25, Evan Carmi wrote: > > >>> Poll.objects.filter(pub_date__year=1) #We should get the poll p (but > we don't) > [] > > > The docs

QuerySet filtering weirdness for dates with 3-digit years

2012-04-14 Thread Evan Carmi
Hi all, I'm leading a small group of CS majors in a software development forum focused on learning (and hopefully contributing to) Django at Wesleyan University. While getting started with the Django Tutorial we noticed some odd behavior that seems to be a bug. If the case, we'd love to be the