close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
Sep 10, 2008, 8:54:03 PM (16 years ago)
- Author:
-
cmlenz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v12
|
v13
|
|
56 | 56 | }}} |
57 | 57 | |
58 | | Finally, the `redirect(target, *args, **kwargs)` function is a shortcut for redirecting to the absolutized result of `path_to()`. It will raise an HTTP exception, and thus immediately break out of the current code. |
| 58 | Finally, the `redirect_to(target, *args, **kwargs)` function is a shortcut for redirecting to the absolutized result of `path_to()`. It will raise an HTTP exception, and thus immediately break out of the current code. |
59 | 59 | |
60 | 60 | == Delegating to Other WSGI Applications == |