We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5ec46 commit f976878Copy full SHA for f976878
doc/reference.txt
@@ -3454,8 +3454,10 @@ There are several methods available on the request variable:
3454
description render a description of the request - handle for the
3455
page title
3456
indexargs_form render the current index args as form elements
3457
- indexargs_url render the current index args as a URL
3458
- (url, args)
+ indexargs_url render the current index args as a URL::
+
3459
+ request.indexargs_url("url", {args})
3460
3461
If the value of an arg (in args dict) is None,
3462
the argument is excluded from the url. If you want
3463
an empty value use an empty string '' as the value.
0 commit comments