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 9773,float argument required when using redirect_to in simple.py,kauu@…,nobody,"Exception 'float argument required ' occurs when i call the redirect_to method which in Simple.py in case of the url contain Chinese or Japanese. url containing Chinese looks like ""%E8%AF%95%E8%AF%95%E5%9C%B0%E4%B8%A""。 i guest that the parameter in line 35 will put kwargs's value to %E , so , the exception occurs. {{{ 34 if url is not None: 35 return HttpResponsePermanentRedirect(url % kwargs) }}} so, how can fix it ??? ",,closed,Documentation,1.0,,fixed,redirect_to,,Unreviewed,0,0,0,0,0,0