"needsinfo": resolution vs. triage stage

2011-02-24 Thread Gabriel Hurley
In regards to #14702 , which so far has been a universally favored idea, there's one lingering issue: Do we want to implement it as a resolution (i.e. you close a ticket as "needsinfo" and the reporter reopens to provide the information) or as a

Re: Benchmarking change to query.get() #15361

2011-02-24 Thread Russell Keith-Magee
On Thu, Feb 24, 2011 at 11:15 PM, Jacob Kaplan-Moss wrote: > On Thu, Feb 24, 2011 at 4:59 PM, mmcnickle wrote: >> So there you have it, we have a small regression in performance for >> the most common case use, and a huge potential gain for the less used

Re: CSRF_Token and Ajax

2011-02-24 Thread Luke Plant
On Thu, 2011-02-24 at 00:40 -0800, Paul Koerbitz wrote: > Russ, > > thank you for the quick reply, sorry I overlooked this. I guess my > question would then be why the javacode snippet wasn't updated, but I > imagine that there is an equally good reason for that, too (such as > that peole like me

Bug in ManyRelatedManager.get_query_set?

2011-02-24 Thread Jonathan S
Hi, Some question about the current behavior in the ManyRelatedManager in django.db.models.fields.related. This manager has a method get_query_set. Why is it that the model name of the field where the foreign key is defined in, is passed to the database router? I think it's more logical to pass

Re: Missing semi-colon

2011-02-24 Thread Jonathan S
Thanks, I made a patch and created a ticket. http://code.djangoproject.com/ticket/15490 On 23 fév, 13:48, Russell Keith-Magee wrote: > On Wed, Feb 23, 2011 at 8:24 PM, Jonathan S > wrote: > > Aparently, there are several semicolons

Re: Benchmarking change to query.get() #15361

2011-02-24 Thread Jacob Kaplan-Moss
On Thu, Feb 24, 2011 at 4:59 PM, mmcnickle wrote: > So there you have it, we have a small regression in performance for > the most common case use, and a huge potential gain for the less used > (and some would argue, badly designed) query. > > What do you think, is the gain

Benchmarking change to query.get() #15361

2011-02-24 Thread mmcnickle
Hi All, Background to this post is available at http://code.djangoproject.com/ticket/15361 I've created a better benchmark in order to test where the change in the above ticket causes a performance regression. These are the results of those tests. First of all, the results are based on

Customizable Serialization

2011-02-24 Thread Vivek Narayanan
Hi, I am Vivek Narayanan, an undergrad student at IIT, Varanasi in India and am interested in participating in this year's SoC Problem Django provides a serialization framework that is very useful for loading and saving fixtures, but not very flexible if one wants to provide an API

Re: Your thoughts on the Secure Web Application Framework Manifesto

2011-02-24 Thread Jacob Kaplan-Moss
Hi Rohit -- I had a skim of the document, too, and my feelings are pretty close to Russ's, so I won't bother with any specific feedback -- he basically speaks for me, too. To build off Russ, though, I have a bit of a meta meta-suggestion about OWASP in general. One huge problem I have as a