Just upgraded to 1.5 and my app is failing with:

Internal Server Error:
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/django/core/handlers/base.py",
line 187, in get_response
     response = middleware_method(request, response)
   File 
"/Library/Python/2.7/site-packages/django/contrib/sessions/middleware.py",
line 26, in process_response
     patch_vary_headers(response, ('Cookie',))
   File "/Library/Python/2.7/site-packages/django/utils/cache.py",
line 142, in patch_vary_headers
     if response.has_header('Vary'):
 [error] AttributeError: 'function' object has no attribute 'has_header'

My code that is triggering this:

if report_response.has_header('Content-disposition'):

I didn't see anything in the docs that said this method was being
removed from the HttpResponse class.

Anyone know how I can fix this so I can use 1.5?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to