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
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