Re: Query Refactor Update

2010-07-17 Thread DaNmarner
What would the ListField Look like? On Jul 16, 8:06 pm, Alex Gaynor wrote: > Hey all, > > The last while has been spent continuing the fight to make aggregates > work correctly, Russ provided some good insight that's gotten me > farther on it.  All that code is in my query-refactor-aggregates > b

Re: request.is_ajax() and hidden iframe kludge => request.is_framejax()?

2010-07-17 Thread Gregor Müllegger
I think Florian meant that its not possible to change HTTP headers by Javascript XSS attacks (or am I wrong here as well?). Athor attacks that doesn't use a browser as their client can ofcourse manipulate what is_ajax() returns. To the actual proposal: I have the same opinion here as Florian. It

Re: Patch: Indefinite args for simpletags and inclusion tags

2010-07-17 Thread Gregor Müllegger
Hi, a quick +1 from me - the patch doesn't seem to introduce backwards-compatibility issues or implement a YAGNI feature - since there is already a usecase. Only documentation and tests are missing. -- Servus, Gregor Müllegger 2010/7/16 Stephen Burrows : > I went ahead and made a ticket with th

Re: proposal: abstract file upload/download handling

2010-07-17 Thread Waldemar Kornewald
Hi Russell, so, after our chat on IRC I've finally found the time to implement a real proposal including unit tests. I've attached the patch to this ticket: http://code.djangoproject.com/ticket/13960 Now there is just one backend type with a single setting: FILE_BACKENDS = ( 'path.to.Backend'