summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/authentication.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/authentication.txt b/docs/authentication.txt
index 9aa581cf13..63beb43031 100644
--- a/docs/authentication.txt
+++ b/docs/authentication.txt
@@ -172,6 +172,7 @@ Anonymous users
``django.parts.auth.anonymoususers.AnonymousUser`` is a class that implements
the ``django.models.auth.users.User`` interface, with these differences:
+ * ``id`` is always ``None``.
* ``is_anonymous()`` returns ``True`` instead of ``False``.
* ``has_perm()`` always returns ``False``.
* ``set_password()``, ``check_password()``, ``set_groups()`` and