Joe napisaĆ(a): > I tried to look at caching querysets, but this won't work because they > are lazy.
Do a list() on query set and cache the resulting list. > If I use fragment caching, would that save hits on the database > because of the lazy querysets? Entire fragments (rendered content) will be cached. -- Jarek Zgoda Skype: jzgoda | GTalk: [EMAIL PROTECTED] | voice: +48228430101 "We read Knuth so you don't have to." (Tim Peters) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---