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
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
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
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
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