﻿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
6130	nginx + flup does not work with trunk revisions after 6775	Grigoriy	nobody	"Any django site does not work with nginx/flup if django revision is more than 6775[[BR]]
Error message is:
{{{
Unhandled Exception
An unhandled exception was thrown by the application.
}}}
No error traceback is generated.

I've compared 6775 and 6778 and found that changes in line 807 of django/template/__init__.py is the reason of troubles.
When I add line 807 from r6778 to r6775 my site crashes.
[[http://code.djangoproject.com/changeset?old=django%2Ftrunk%406775&new=django%2Ftrunk%406778 diff of 6775 and 6778]]

Note that under the debug server my projects work fine with all django revisions."		closed	Template system	dev		duplicate			Unreviewed	0	0	0	0	0	0
