#5920: Error AttributeError: 'function' object has no attribute 'status_code' in
6668 version
-----------------------+----------------------------------------------------
Reporter: aaloy | Owner: nobody
Status: new | Component: Uncategorized
Version: SVN | Keywords:
Stage: Unreviewed | Has_patch: 0
-----------------------+----------------------------------------------------
This error appears in the last trunk, it not appears in 6473 version and I
don't get it in all pages.
{{{
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/django/core/servers/basehttp.py",
line 278, in run
self.result = application(self.environ, self.start_response)
File "/usr/lib/python2.5/site-packages/django/core/servers/basehttp.py",
line 620, in __call__
return self.application(environ, start_response)
File "/usr/lib/python2.5/site-packages/django/core/handlers/wsgi.py",
line 209, in __call__
response = middleware_method(request, response)
File "/usr/lib/python2.5/site-packages/django/middleware/gzip.py", line
14, in process_response
if response.status_code != 200 or len(response.content) < 200:
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/5920>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---