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 (cachebot, cache-machine).
The clearest one and lest powerful - can't use wit
On Sun, Oct 16, 2011 at 8:26 AM, Alex Gaynor wrote:
>
>
> On Sat, Oct 15, 2011 at 8:23 PM, Russell Keith-Magee
> wrote:
>>
>> On Sunday, October 16, 2011, Cal Leeming [Simplicity Media Ltd]
>> wrote:
>> > Hi Russell,
>> > Thanks for the detailed response. It looks like both those solutions you
>
On Sat, Oct 15, 2011 at 8:23 PM, Russell Keith-Magee <
russ...@keith-magee.com> wrote:
> On Sunday, October 16, 2011, Cal Leeming [Simplicity Media Ltd] <
> cal.leem...@simplicitymedialtd.co.uk> wrote:
> > Hi Russell,
> > Thanks for the detailed response. It looks like both those solutions you
> p
On Sunday, October 16, 2011, Cal Leeming [Simplicity Media Ltd] <
cal.leem...@simplicitymedialtd.co.uk> wrote:
> Hi Russell,
> Thanks for the detailed response. It looks like both those solutions you
pasted have already dealt with this functionality - so thank you for
bringing these up.
> Although
The other week Martin von Löwis (loewis) made a couple of commits that
apparently used the default svnmerge commit message (which includes
commit messages from merged revisions), and thereby triggered the Trac
post commit hook and added messages to over 100 tickets (and 100's of
messages to django-
Hi Russell,
Thanks for the detailed response. It looks like both those solutions you
pasted have already dealt with this functionality - so thank you for
bringing these up.
Although it'd be really nice to see this in the core one day, is it worth me
pursuing to try and have something like this lo