#11334: Django fails to show non-latin exception messages from PosgreSQL 
running on
FastCGI
---------------------------+------------------------------------------------
 Reporter:  Loststylus     |       Owner:  nobody    
   Status:  new            |   Milestone:            
Component:  Uncategorized  |     Version:  1.0       
 Keywords:                 |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+------------------------------------------------
 Run django via FastCGI (used nginx 0.6.x to deploy) with PosgreSQL. Try to
 execute some query, that will produce an error. If the error returned by
 PosgreSQL is not latin (Russian in my case), django tries to render an
 error page, but fails. nginx return a page with "Unhandled exception"

 If you turn on debug in flup, you will see the traceback, that shows that
 django tries to force_unicode the error message and fails with
 UnicodeDecodeError, so the user cannot determine the problem.

 I'll attach a flup error page with stack trace.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11334>
Django <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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to