In Django what is the url pattern I need to use to handle urlencode characters such as %20
I am using (?P<name>[w]+)
but this only handles alphanumeric characters so % is causing an error
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…