Re: Feature question - caching

2010-08-25 Thread buddhasystem
le Groups > "Django developers" group. > To post to this group, send email to django-develop...@googlegroups.com. > To unsubscribe from this group, send email to > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/grou

Re: Feature question - caching

2010-08-25 Thread buddhasystem
group. > To post to this group, send email to django-develop...@googlegroups.com. > To unsubscribe from this group, send email to > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-developers?hl=e

Re: Feature question - caching

2010-08-25 Thread Jirka Vejrazka
Hi, you've just been asked on django-users to provide the code for your view. Instead of that, you're cross-posting to django-developers that is intended for development of Django itself. Please don't cross-post and send your view code (including the caching parts) to django-users. Cheers

Re: Feature question - caching

2010-08-25 Thread Jeremy Dunck
On Wed, Aug 25, 2010 at 6:16 AM, buddhasystem wrote: > > Does Django native caching only work when a template is rendered? If I have a > view that just serves data wrapped in HttpResponse -- will it cache? In my > experience, it won't -- why?  Thanks so much. You've mailed the django-developers l

Feature question - caching

2010-08-25 Thread buddhasystem
Does Django native caching only work when a template is rendered? If I have a view that just serves data wrapped in HttpResponse -- will it cache? In my experience, it won't -- why? Thanks so much. -- View this message in context: http://old.nabble.com/Feature-question---ca