Re: Feature request prop for django db cache extention

2011-10-16 Thread Russell Keith-Magee
On Sun, Oct 16, 2011 at 12:45 PM, Alexander Schepanovski wrote: > As one of the authors of multiple third-party packages I can say that > though it is not too hard still integrating cache into ORM have some > problems. There are several approaches: > > 1. Custom Manager and QuerySet subclasses (ca

Check-in #5 / Multiple timezone support for datetime representation

2011-10-16 Thread Aymeric Augustin
Hello, I've implemented the storage and retrieval of aware datetime objects in SQLite. This involved some refactoring, because SQLite returns datetimes as strings, and I didn't want to duplicate the parsing code. All database backends are now covered. Although it isn't strictly necessary for m

Re: Custom transform in django docs

2011-10-16 Thread Ramiro Morales
Hi Luke, On Thu, Oct 13, 2011 at 9:16 PM, Luke Plant wrote: > > [...] > there were several hundreds more! I might > not have attempted this if I had correctly counted at the beginning... > but anyway, I've fixed them all now (hopefully!). > > It seems we were relying on this hack in *lots* of pla

Re: Update on Ticket #16891: Delete/update should return number of rows modified

2011-10-16 Thread Steven Cummings
Any opinions from core devs before I go back and make adjustments, or are some waiting to see the patch before weighing in? -- Steven On Thu, Oct 13, 2011 at 11:48 PM, Steven Cummings wrote: > On Thu, Oct 13, 2011 at 1:06 AM, Anssi Kääriäinen > wrote: >> >> Now I have the feeling that I have g