﻿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
4493	[unicode] django.contrib.redirects doesn't work with unicode branch	marchino <marco.giusti@…>	Malcolm Tredinnick	"here is the traceback when i'm trying to add a redirect in admin interface:


{{{
Traceback (most recent call last):
File ""/home/nohero/programs/python/lib/python2.4/site-packages/django/template/__init__.py"" in render_node
  764. result = node.render(context)
File ""/home/nohero/programs/python/lib/python2.4/site-packages/django/template/__init__.py"" in render
  882. return func(*resolved_vars)
File ""/home/nohero/programs/python/lib/python2.4/site-packages/django/contrib/admin/templatetags/admin_modify.py"" in output_all
  179. return u''.join([force_unicode(f) for f in form_fields])
File ""/home/nohero/programs/python/lib/python2.4/site-packages/django/utils/encoding.py"" in force_unicode
  38. s = unicode(s)

  TypeError at /admin/redirects/redirect/add/
  coercing to Unicode: need string or buffer, instance found 
}}}"		closed	Uncategorized	other branch		fixed	unicode redirects		Accepted	0	0	0	0	0	0
