Getting back into the swing of things...
Paul Collier wrote:
>> If I update o1 in some other part of the
>> code, what assumptions are made about qs?
> Hmm, yeah... I haven't focused enough attention on .cache_set() yet,
> heheh. I was definitely just going to implement (1) first, and then
> worr
Hello! (Internet is acting up; I hope this doesn't double-post.)
It's been a week since coding started. In the meantime I've been
fleshing out the interface for the new QuerySet and incorporating
suggestions from last week. I implemented a 'registry' that tracks
cached QuerySets and listens for i
On Tue, 2007-05-29 at 16:26 +, Paul Collier wrote:
> > If I update o1 in some other part of the
> > code, what assumptions are made about qs?
> Hmm, yeah... I haven't focused enough attention on .cache_set() yet,
> heheh. I was definitely just going to implement (1) first, and then
> worry abo
On 2007-05-29 01:37:50 -0600, Paul Collier
<[EMAIL PROTECTED]> said:
>
> Hello all!
>
> Continuing with the string of posts regarding this year's GSoC, I'm
> pleased to be working on new caching functionality for Django's ORM
> under the mentorship of Gary Wilson[1]! Big thanks to him and all
> If I update o1 in some other part of the
> code, what assumptions are made about qs?
Hmm, yeah... I haven't focused enough attention on .cache_set() yet,
heheh. I was definitely just going to implement (1) first, and then
worry about something more advanced once I got to the "smart"
functionalit
On Tue, 2007-05-29 at 07:37 +, Paul Collier wrote:
> Hello all!
>
> Continuing with the string of posts regarding this year's GSoC, I'm
> pleased to be working on new caching functionality for Django's ORM
> under the mentorship of Gary Wilson[1]! Big thanks to him and all the
> people from t
Hello all!
Continuing with the string of posts regarding this year's GSoC, I'm
pleased to be working on new caching functionality for Django's ORM
under the mentorship of Gary Wilson[1]! Big thanks to him and all the
people from the community who made this possible. Now I've just got to
hold up m