﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
11334	Django fails to show non-latin exception messages from PostgreSQL running on FastCGI	Loststylus	nobody	"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."	Bug	closed	Core (Other)	1.1-beta	Normal	duplicate			Accepted	0	0	0	0	0	0
