Is this something I should file an issue for?

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.

Is there something I can configure? Let's say an upper limit for the
number bytes printed for a byte array? Perhaps adding a cut filter to
the pprint filter in django\views\debug.py?

And I wish it would be possible to edit the shown code just in place
:)  What I know about Python so far, this should be possible,
shouldn't it? If you can load and display the source code, you must be
able to save a modified version to the same location...

And, well, syntax coloring would be nice... no just kidding...

-- 
Stefan Matthias Aust

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to