Re: Feature request prop for django db cache extention

2011-10-15 Thread Alexander Schepanovski
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

Re: Feature request prop for django db cache extention

2011-10-15 Thread Russell Keith-Magee
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 >

Re: Feature request prop for django db cache extention

2011-10-15 Thread Alex Gaynor
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

Re: Feature request prop for django db cache extention

2011-10-15 Thread Russell Keith-Magee
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

Trac cleanup for [16950]

2011-10-15 Thread Luke Plant
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-

Re: Feature request prop for django db cache extention

2011-10-15 Thread Cal Leeming [Simplicity Media Ltd]
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