Is possible to add GET variables in a redirect ? (Without having to modifiy my urls.py)
If I do redirect('url-name', x)
I get HttpResponseRedirect('/my_long_url/%s/', x)
I don't have complains using HttpResponseRedirect('/my_long_url/%s/?q=something', x)
instead, but just wondering...
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…