mirror of https://github.com/django/django.git
[1.9.x] Fixed user_passes_test() signature in docs.
Backport of ec708803f7
from master
This commit is contained in:
parent
abd870651c
commit
55fa19e4a6
|
@ -556,7 +556,7 @@ redirects to the login page::
|
|||
return redirect('/login/?next=%s' % request.path)
|
||||
# ...
|
||||
|
||||
.. function:: user_passes_test(func, login_url=None, redirect_field_name='next')
|
||||
.. function:: user_passes_test(test_func, login_url=None, redirect_field_name='next')
|
||||
|
||||
As a shortcut, you can use the convenient ``user_passes_test`` decorator
|
||||
which performs a redirect when the callable returns ``False``::
|
||||
|
|
Loading…
Reference in New Issue