Ticket #6174: anonymoususer-docs.diff

File anonymoususer-docs.diff, 571 bytes (added by Russell Cloran <russell@…>, 17 years ago)

Documentation update.

  • docs/authentication.txt

     
    248248
    249249    * ``id`` is always ``None``.
    250250    * ``is_staff`` and ``is_superuser`` are always False.
    251     * ``is_active`` is always True.
     251    * ``is_active`` is always False.
    252252    * ``groups`` and ``user_permissions`` are always empty.
    253253    * ``is_anonymous()`` returns ``True`` instead of ``False``.
    254254    * ``is_authenticated()`` returns ``False`` instead of ``True``.
Back to Top