mirror of
https://github.com/Hopiu/django.git
synced 2026-05-01 20:24:46 +00:00
Fixed #30504 -- Corrected redirect() signature in docs.
This commit is contained in:
parent
753b67c58d
commit
8000767769
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ This example is equivalent to::
|
|||
``redirect()``
|
||||
==============
|
||||
|
||||
.. function:: redirect(to, permanent=False, *args, **kwargs)
|
||||
.. function:: redirect(to, *args, permanent=False, **kwargs)
|
||||
|
||||
Returns an :class:`~django.http.HttpResponseRedirect` to the appropriate URL
|
||||
for the arguments passed.
|
||||
|
|
|
|||
Loading…
Reference in a new issue