Index: auth.txt
===================================================================
--- auth.txt	(révision 16341)
+++ auth.txt	(copie de travail)
@@ -1167,6 +1167,9 @@
 
     As in the :func:`~decorators.login_required` decorator, ``login_url``
     defaults to :setting:`settings.LOGIN_URL <LOGIN_URL>`.
+    If the user is logged in, he will be redirect to the ``loging_url``.
+    If the user is logged in but don't have sufficient permissions, a 403.html
+    will be displayed. See :doc:`/topics/http/views/`.
 
 .. currentmodule:: django.contrib.auth
 
