Django

Code

Ticket #6174: anonymoususer-docs.diff

File anonymoususer-docs.diff, 0.6 kB (added by Russell Cloran <russell@rucus.net>, 1 year ago)

Documentation update.

  • docs/authentication.txt

    old new  
    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``.