Re: Changes to request_response have broken django-rest-interface

2007-10-16 Thread David Larlet
2007/10/10, David Larlet <[EMAIL PROTECTED]>: > > BTW, no more thought about the way of handling PUT? I've just added a > patch against test.client which add .put() and .delete(), I'm waiting > for (a) reaction(s) to add tests and documentation. > Sorry for insisting on that point but this is imp

look at this great site

2007-10-16 Thread maddin
http://spielwelt6.knightfight.de/?ac=vid&vid=121044096 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscrib

Re: Django - Oracle support

2007-10-16 Thread Ian
On Oct 15, 5:10 pm, Stefan Bethge <[EMAIL PROTECTED]> wrote: > Just an addition. I would not recommend using oracle with django if > you don't have an enterprise version which contains the oracle > connection manager. Without it you won't have connection pooling > functionality which slows down dj

Re: Question about queryset's iterator behaviour

2007-10-16 Thread Tomas Kopecek
Ivan Sagalaev napsal(a): > Malcolm Tredinnick wrote: >> However, I think all our Python db wrappers pull things to the client >> immediately > > BTW, a couple of months ago we were investigating behavior of mysqldb in > this regard and found out that doing fetchall and fetchmany indeed eats > t