You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I investigated for a bit and it seems django's reverse does not escape arguments (nor does the url matcher unescape them). There's quite a bit of discussion about this in ticket #22223 and it seems they don't assume the responsibility for encoding/decoding url kwargs.
So IMO we should urlencode url kwargs ourselves and decode them when used, even if I personnaly think this should be the responsibility of django.urls. What do you think @jpic ?
Example with "Group of the Greens/European Free Alliance" => should escape the slash
See http://s.yourlabs.org/sentry/lqdn/issues/3560/
The text was updated successfully, but these errors were encountered: