﻿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
11081	Page rendering fails after upgrading to r10703	awatts	nobody	"I did and svn update the other day and the changes made in source:/django/trunk/django/utils/encoding.py in changeset:10703 to fix ticket:10335 seems to be causing all template renderings to fail for me with a traceback like the following:

{{{
#!python
Traceback (most recent call last):
  File ""/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/servers/basehttp.py"", line 278, in run
    self.result = application(self.environ, self.start_response)
  File ""/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/servers/basehttp.py"", line 636, in __call__
    return self.application(environ, start_response)
  File ""/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/handlers/wsgi.py"", line 241, in __call__
    response = self.get_response(request)
  File ""/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/handlers/base.py"", line 134, in get_response
    return self.handle_uncaught_exception(request, resolver, exc_info)
  File ""/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/handlers/base.py"", line 154, in handle_uncaught_exception
    return debug.technical_500_response(request, *exc_info)
  File ""/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/views/debug.py"", line 40, in technical_500_response
    html = reporter.get_traceback_html()
  File ""/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/views/debug.py"", line 114, in get_traceback_html
    return t.render(c)
  File ""/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/template/__init__.py"", line 178, in render
    return self.nodelist.render(context)
  File ""/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/template/__init__.py"", line 779, in render
    bits.append(self.render_node(node, context))
  File ""/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/template/debug.py"", line 81, in render_node
    raise wrapped
TemplateSyntaxError: Caught an exception while rendering: cannot import name DEFAULT_LOCALE_ENCODING
}}}

I'm running MacOS X 10.5.6 with Python 2.6 and using the SVN version of Django."		closed	Core (Other)	dev		worksforme	getdefaultlocale mac		Unreviewed	0	0	0	0	0	0
