that would work too ;-) (always looking for the complex way of doing things)
On 11/07/2006, at 12:41 PM, Jacob Kaplan-Moss wrote: > > On Jul 10, 2006, at 8:59 PM, Ian Holsman wrote: >> this is what I was thinking of > > I'm all for the idea if it uses django.core.cache (as Adrian > recommended). Why not stick it in django.core.cache itself so you > can do:: > > from django.core import cache > from django.db import models > > class MyModel(models.Model): > ... > > objects = cache.CachedManager() > > Looks nice to me... > > Jacob > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
