Ticket #6174: anonymoususer-docs.diff
File anonymoususer-docs.diff, 571 bytes (added by , 17 years ago) |
---|
-
docs/authentication.txt
248 248 249 249 * ``id`` is always ``None``. 250 250 * ``is_staff`` and ``is_superuser`` are always False. 251 * ``is_active`` is always True.251 * ``is_active`` is always False. 252 252 * ``groups`` and ``user_permissions`` are always empty. 253 253 * ``is_anonymous()`` returns ``True`` instead of ``False``. 254 254 * ``is_authenticated()`` returns ``False`` instead of ``True``.