Hi,
there is already a ticket:
http://code.djangoproject.com/ticket/4992
Thomas Guettler wrote:
> Hi,
>
> requests with a query string (http://example.com?foo=bar) are not cached in
> Django:
>
> http://code.djangoproject.com/svn/django/trunk/django/middleware/cache.py
> {{{
> if not
Hi,
requests with a query string (http://example.com?foo=bar) are not cached in
Django:
http://code.djangoproject.com/svn/django/trunk/django/middleware/cache.py
{{{
if not request.method in ('GET', 'HEAD') or request.GET:
request._cache_update_cache = False
retur
2 matches
Mail list logo