I have a page that django is appearing to not like on one machine. (Runs fine on another, both running todays svn...) I don't even get the error page, I just get a text traceback containing the following:
Traceback (most recent call last): File "/opt/oss/lib/python/site-packages/django/core/servers/basehttp.py", line 272, in run self.result = application(self.environ, self.start_response) File "/opt/oss/lib/python/site-packages/django/core/servers/basehttp.py", line 615, in __call__ return self.application(environ, start_response) File "/opt/oss/lib/python/site-packages/django/core/handlers/wsgi.py", line 149, in __call__ response = middleware_method(request, response) File "/opt/oss/lib/python/site-packages/django/contrib/sessions/middleware.py", line 74, in process_response patch_vary_headers(response, ('Cookie',)) File "/opt/oss/lib/python/site-packages/django/utils/cache.py", line 104, in patch_vary_headers if response.has_header('Vary'): AttributeError: 'function' object has no attribute 'has_header' Looking for any ideas on how to debug this. thanks -matt --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---