Commit 867d6907 authored by Luke Plant's avatar Luke Plant
Browse files

[1.2.X] Fixed error in AnonymousUser docs since [12316]

Backport of [13401] from trunk


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13402 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 90380b8f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -435,8 +435,6 @@ Anonymous users
      instead of ``False``.
    * :meth:`~django.contrib.auth.models.User.is_authenticated()` returns
      ``False`` instead of ``True``.
    * :meth:`~django.contrib.auth.models.User.has_perm()` always returns
      ``False``.
    * :meth:`~django.contrib.auth.models.User.set_password()`,
      :meth:`~django.contrib.auth.models.User.check_password()`,
      :meth:`~django.contrib.auth.models.User.save()`,