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: Django File-based session doesn't expire

2012-04-19 Thread Paul McMillan
Hi, This is explained in the docs about sessions: https://docs.djangoproject.com/en/dev/topics/http/sessions/#clearing-the-session-table We provide a job you can periodically run to remove expired sessions. However, looking at the code, it appears that this only works for the database backed sess

Re: Django File-based session doesn't expire

2012-04-19 Thread ej
Anyone? On Tuesday, April 17, 2012 4:11:28 PM UTC-7, ej wrote: > > File-based session backend doesn't expire, unlike db-backed and > cache-based sessions. I'm not too sure if this is a bug or an intended (but > undocumented) design. I am under the impression that all session backends > should b

Re: GitHub migration planning

2012-04-19 Thread Alex Ogier
On Thu, Apr 19, 2012 at 1:15 PM, philipn wrote: > > > > On Wednesday, April 18, 2012 5:26:27 PM UTC-7, dstufft wrote: >> >> Github issues do not have the ability for anyone to close, tag, or create >> milestones. You have to be the creator of the ticket or someone with >> commit access. Django's t

Re: GitHub migration planning

2012-04-19 Thread philipn
On Wednesday, April 18, 2012 5:26:27 PM UTC-7, dstufft wrote: > > Github issues do not have the ability for anyone to close, tag, or create > milestones. You have to be the creator of the ticket or someone with > commit access. Django's track instance allows anyone to participate > in this way a

Improved assignment_tag

2012-04-19 Thread Choongmin Lee
Is it only me who needs a simple tag with optional assignment, e.g. that both {% mytag %} and {% mytag as varname %} are possible? Attached is a patch that make the assignment optional for assignment_tag. If this change of behavior of assignment_tag is not acceptable, then how about adding a ne

Re: GSoC 2012: Security Enhancements

2012-04-19 Thread Rohan Jain
I hosted a simple app which responds with the request details for testing purposes: https://request-mirror.herokuapp.com/ (source: https://github.com/crodjer/request-mirror) On 12:05 -0700 / 18 Apr, Paul McMillan wrote: > There seems to be some confusion about CORS (a hairy draft spec that > is n