﻿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
11298	adding user in contrib.admin while TEMPLATE_STRING_IF_INVALID set corrupts form url	falken@…	nobody	"When I have TEMPLATE_STRING_IF_INVALID = '¤' in settings.py, trying to add new auth.User using default form throws exception:

{{{
ValueError at /admin/auth/user/add/¤
invalid literal for int() with base 10: 'add/\xa4'
Request Method:	POST
Request URL:	http://localhost:8000/admin/auth/user/add/%C2%A4
Exception Type:	ValueError
Exception Value:	
invalid literal for int() with base 10: 'add/\xa4'
Exception Location:	c:\@django\Django-trunk\django\db\models\sql\query.py in add_filter, line 1614
}}}
something is rendered at end of url even if it not exists:
ValueError at /admin/auth/user/add/¤
[[BR]]
This happens after ""Save"" button even if I do not enter any username nor passwords in form, simply to issue validation.

"		closed	contrib.admin	dev		invalid			Unreviewed	0	0	0	0	0	0
