Dont use requote_path when dealing with redirects.
authorRyan Kelly <ryan@rfk.id.au>
Thu, 17 Nov 2011 22:03:28 +0000 (09:03 +1100)
committerRyan Kelly <ryan@rfk.id.au>
Thu, 17 Nov 2011 22:03:28 +0000 (09:03 +1100)
commit390024329756db774d5b044ebb124f58ef2ba503
tree72eab1c115fd176be85f253634db963ab4e54dbc
parentf7fdfe8b9ab1aec824c61ead321263d5c90fa599
Dont use requote_path when dealing with redirects.

This was breaking redirect locations with a query string, by quoting the
question-mark.  Since the path will be passed through requote_path on
the next request anyway, doing it here seems unnecessary.
requests/models.py