Extend redirect helper to take optional location keyword
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Fri, 16 Nov 2012 08:12:34 +0000 (09:12 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Fri, 21 Dec 2012 07:10:48 +0000 (08:10 +0100)
commit4487d51c819dcf34d335dd9efc57d03cf7c7ed1e
treeb6af7f9c11ebd9e3f9229ce2c4bf001b45fa6afa
parent30bb4109bc960153b66019360e0ed3e83a2dec88
Extend redirect helper to take optional location keyword

In order to move away from webob with its redirect(location=...) we
need to provide a redirect function that allows to directly specify
the URL rather than the urlgen parameters that we now use.

Extend our MG.tools:redirect helper so we can pass in the direct URL
via the optional "location" keyword.

This commit does not switch over any redirect consumers yet.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
mediagoblin/tools/response.py