Am Dienstag, 23. Oktober 2007 11:24 schrieb Rafal bluszcz Zawadzki:
> Hello. I am trying to avoid default (below attached) default Unhandled ex.
> pagtes served by flup.

There should not be unhandled exceptions in flup. If there is an
unhandled exception in django, either the debug template or
handle_500() should be called.

Nevertheless sometime I got this, too. Mostly it was because the
debug template did not handle unicode errors in all places.

A patch to use errors="replace" in debug.py was commited some
days ago.

 Thomas

--~--~---------~--~----~------------~-------~--~----~
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