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 both ends.  I can't think of a good reason not to
make reverse() quote automatically, and then unquote the parts before they
get to the view, but I suspect that that is likely to be due to a lack of
imagination on my part.

I apologise -- I did not break the tie with my opinion.

Cheers,
Aaron

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to