Django

Code

Changeset 6924

Show
Ignore:
Timestamp:
12/17/07 01:01:17 (9 months ago)
Author:
mtredinnick
Message:

Fixed #6174 -- Documentation fix for [6912]. Pointed out by Russell Cloran.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/authentication.txt

    r6880 r6924  
    248248 
    249249    * ``id`` is always ``None``. 
    250     * ``is_staff`` and ``is_superuser`` are always False
    251     * ``is_active`` is always True
     250    * ``is_staff`` and ``is_superuser`` are always ``False``
     251    * ``is_active`` is always ``False``
    252252    * ``groups`` and ``user_permissions`` are always empty. 
    253253    * ``is_anonymous()`` returns ``True`` instead of ``False``.