﻿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
15360	Regression with handling of template context	Julien Phalip	nobody	"It seems that [15591] has broken something in the way the context is passed to the template, as the tests are now failing for me (simply run with test_sqlite.py):

{{{
======================================================================
ERROR: test_current_site_in_context_after_login (django.contrib.auth.tests.views.LoginTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/Users/julien/.virtualenvs/djangotests/src/django/django/contrib/auth/tests/views.py"", line 203, in test_current_site_in_context_after_login
    self.assertEquals(response.context['site'], site)
  File ""/Users/julien/.virtualenvs/djangotests/src/django/django/template/context.py"", line 46, in __getitem__
    raise KeyError(key)
KeyError: 'site'
}}}
"		closed	Template system	1.2		fixed	blocker		Accepted	0	0	0	0	0	0
