check out: 
http://docs.djangoproject.com/en/1.2/topics/cache/#controlling-cache-using-other-headers

On Feb 20, 7:06 am, Олег Корсак <kamikaze.is.waiting....@gmail.com>
wrote:
> Hello. I have memcached mw enabled. And I can see that response is
> cached in memcached. I want to stop caching that. How is it possible to
> do? Thanks
>
> def do_something(request):
>         return HttpResponse('yoyoyo23', content_type = 
> 'application/javascript;
> charset=utf8')
>
>  signature.asc
> < 1KViewDownload

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to