Create redirect shortcut and use it around
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 5 Jun 2011 13:49:08 +0000 (15:49 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 5 Jun 2011 14:16:03 +0000 (16:16 +0200)
commit9150244afa45628dd752a67272129d30d6c72224
tree533e4602f1e6dc7d09e8e25cf3a3636f4d73aed0
parentc9c24934357300c436ac63531f91b7608f80fd21
Create redirect shortcut and use it around

This is just replacing exc.HTTPFound(location=request.urlgen(...))
by redirect(request, ...). No magic.
mediagoblin/auth/views.py
mediagoblin/decorators.py
mediagoblin/edit/views.py
mediagoblin/submit/views.py
mediagoblin/util.py