Ticket #4617: documentation.diff

File documentation.diff, 560 bytes (added by trez, 13 years ago)

Add missing documentation about the fix. Doc depends on ticket #9847

  • auth.txt

     
    11671167
    11681168    As in the :func:`~decorators.login_required` decorator, ``login_url``
    11691169    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/`.
    11701173
    11711174.. currentmodule:: django.contrib.auth
    11721175
Back to Top