#4947: large uploaded files cause a slow browser death in debug view
-----------------------------+----------------------------------------------
Reporter:  [EMAIL PROTECTED]  |       Owner:  adrian        
  Status:  new               |   Component:  Core framework
 Version:  SVN               |    Keywords:                
   Stage:  Unreviewed        |   Has_patch:  1             
-----------------------------+----------------------------------------------
 The Django debug HTML page is great for finding bugs in templates and view
 functions. However, if you have an error in a view function with a request
 object that contains a - say - 200MB file object, well, then your browser
 dies a slow and painful death. At least my trusted Firefox does.
 
 I've created a patch to suppress the file object in the debug view. There
 might be better ways to do this, I'm a Python beginner. This is the
 shortest and less intrusive way I could come up with.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/4947>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to