Re: Advice on #13260 - '%' in args to urlresolvers.reverse()

2011-08-23 Thread Aaron Sokoloski
On Tue, Aug 23, 2011 at 4:31 PM, Jonathan Slenders < jonathan.slend...@gmail.com> wrote: > Do you mean that when a URL is resolved, the view still gets quoted > args/kwargs at the moment? > If so, it feels to me we should change that. It does not really make > much sense to retain the escape chara

Re: Advice on #13260 - '%' in args to urlresolvers.reverse()

2011-08-22 Thread Aaron Sokoloski
Hmm, that's a tricky issue. If it is set in stone that url parameters are not unquoted automatically before they hit the view function, that implies that reverse should not quote automatically. But maybe they should both be changed. My opinion is that whatever we do, we should do the same on bot