Re: GSoC 2007 - Object-Level Caching

2007-06-25 Thread Gary Wilson
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

GSoC 2007 Object-level Caching - Update

2007-06-05 Thread Paul Collier
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

Re: GSoC 2007 - Object-Level Caching

2007-05-29 Thread Malcolm Tredinnick
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

Re: GSoC 2007 - Object-Level Caching

2007-05-29 Thread Brian Rosner
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

Re: GSoC 2007 - Object-Level Caching

2007-05-29 Thread Paul Collier
> 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

Re: GSoC 2007 - Object-Level Caching

2007-05-29 Thread Malcolm Tredinnick
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

GSoC 2007 - Object-Level Caching

2007-05-29 Thread Paul Collier
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