From c724ad9c7d09376c20898a5b5975f7d58222fd83 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Thu, 24 Jun 2010 11:10:58 +0000 Subject: [PATCH] Fixed error in AnonymousUser docs since [12316] git-svn-id: http://code.djangoproject.com/svn/django/trunk@13401 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/auth.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt index 4e07f73190..eae07ed717 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -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()`,