Re: Is model.objects.all().delete() optimized to use DELETE FROM?

2007-09-18 Thread Michael Scott
Someone may need to take a close look at the code for me, but my quick glance says yes, see: http://code.djangoproject.com/browser/django/trunk/django/db/models/query.py#L1120 Mike. On 9/19/07, Rob Hudson <[EMAIL PROTECTED]> wrote: > > > Hi Devs, > > Is model.objects.all().delete() optimized to

Re: Pluggable filestorage [was Heads-up: doing a bit of triage work]

2007-09-18 Thread Michael Scott
On 9/19/07, Marty Alchin <[EMAIL PROTECTED]> wrote: > > > On 9/18/07, Johan Bergström <[EMAIL PROTECTED]> wrote: > > Since FTP and SFTP are so closely related i still think that the 'why' > > or 'how do i' would show more often than not if FTP was omitted. My > > view of frameworks is generally bas

Re: Pluggable filestorage [was Heads-up: doing a bit of triage work]

2007-09-17 Thread Michael Scott
+1, however would some of these need to be lazy and load on request, rather than on object initialization? On 9/18/07, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > > On 9/17/07, Marty Alchin <[EMAIL PROTECTED]> wrote: > > I'll get a new patch together tonight, including a get_filename() that >

Re: Pluggable filestorage [was Heads-up: doing a bit of triage work]

2007-09-17 Thread Michael Scott
I'm +1 on the backends inclusion. I was keen on making something similar to trac + warehouse for django, so if you don't specifically release the svn one - I'd love to be able to get my sticky little hands on it. On 9/18/07, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > > On 9/17/07, Marty Alch

Re: Failing tests for fixtures with MySQL (#5399)

2007-09-13 Thread Michael Scott
Hey everyone, I've been keeping an eye on the list for a little while now, and felt I was ready to add in my thoughts. In regard to this implementation I think care has to be taken that the option not be presented as a coders easy way out so-to-speak, the issue being that this implementation coul

Re: Time for a new release?

2007-09-06 Thread Michael Scott
Perhaps it would be a good idea to add some kind of time indication to the segments in the docs - there's a similar system in place for the djangobook where by each block/paragraph is commented. Perhaps a similar system could be implemented for the django docs? On Aug 30, 3:32 am, "Amit Upadhyay"