On Saturday, April 23, 2016 at 2:47:58 PM UTC-5, François Schiettecatte wrote: > > Because the slashes are escaped, this is normal as they are a parameter > and not part of the path itself. > > Why URLs created by Django show /'s instead of %2F's? The Django code knows how to fix the appearance?!
The escaped version only appears on handmade URLs created in a view and used for a redirect? Somehow I'm omitting some magic Django code uses. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1add5bc5-23df-4617-a3ed-f624d93cff4d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

