Ticket #4617: documentation.diff
File documentation.diff, 560 bytes (added by , 13 years ago) |
---|
-
auth.txt
1167 1167 1168 1168 As in the :func:`~decorators.login_required` decorator, ``login_url`` 1169 1169 defaults to :setting:`settings.LOGIN_URL <LOGIN_URL>`. 1170 If the user is logged in, he will be redirect to the ``loging_url``. 1171 If the user is logged in but don't have sufficient permissions, a 403.html 1172 will be displayed. See :doc:`/topics/http/views/`. 1170 1173 1171 1174 .. currentmodule:: django.contrib.auth 1172 1175