Ticket #6174: anonymoususer-docs.diff
| File anonymoususer-docs.diff, 0.6 kB (added by Russell Cloran <russell@rucus.net>, 1 year ago) |
|---|
-
docs/authentication.txt
old new 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``.
