Re: httpresponse large data aborted with error about buffer_size

2010-11-10 Thread victor
the problem also will occur in normal page switch. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@google

Re: httpresponse large data aborted with error about buffer_size

2010-11-10 Thread victor
only can support 10-30 records per page when use paginator and gzip middleware.will also get above error when more than 30 records per page. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@google

httpresponse large data aborted with error about buffer_size

2010-11-10 Thread victor
i have a view which render a template with 200 records, i got errors as following: Traceback (most recent call last): File "C:\Python27\lib\site-packages\django-1.2.3-py2.7.egg\django \core\servers \basehttp.py", line 281, in run self.finish_response() File "C:\Python27\lib\site-packages\d