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
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
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
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