Re: GSoC 2012: Security Enhancements

2012-04-14 Thread Rohan Jain
On 22:50 +0100 / 13 Apr, Luke Plant wrote: > Hi Rohan, > > Sorry for the slow reply on this one, I've had a busy time recently. > Please see my comments on some parts of this proposal. No worries about this. > > On 31/03/12 19:10, Rohan Jain wrote: > > Hi, > > > > I am Rohan Jain, a 4th

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

2012-04-14 Thread Andy McKay
>From my brief reading of the some docs (eg postgresql) it looks like dates with less than 4 years do need to be prefixed with a zero, in the standard date format (some databases let you set different formats). But since python doesn't output a 0, I can see why its going wrong: >>>

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