Re: Django Oracle backend vs. numbers

2012-09-22 Thread Shai Berger
On Wednesday 05 September 2012, Ian Kelly wrote: > > Thanks for tracking that down. _rowfactory was a module-level > function rather than a method, and I should have left it that way. So -- Ian, Anssi, are you going to include the fix in Django 1.5? I can help by either reviewing it for you or

New predicate functionality for Q objects

2012-09-22 Thread ptone
I've implemented predicate test like functionality for Q objects. https://code.djangoproject.com/ticket/18931 In brief, this lets you define a condition in a Q object and then test whether a model instance matches the condition. I believe this to be a relatively complete patch, and would

Re: Streaming HttpResponse revisted. Any core devs, please take a look if you can :)

2012-09-22 Thread Tai Lee
Hi Aymeric & Anssi, Thanks for your feedback. I have updated my branch with an implementation of a new `HttpStreamingResponse` class plus tests and updated the ticket. Please take a look and let me know if this is moving in the right direction, and if there is any other feedback. If the