summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2010-06-24 11:10:58 +0000
committerLuke Plant <L.Plant.98@cantab.net>2010-06-24 11:10:58 +0000
commitc724ad9c7d09376c20898a5b5975f7d58222fd83 (patch)
treead2a2e3e155b9ec9ce5cb78e5fff2097da647de1 /docs
parent6eafd412fcb41dc2866f6a1f27dfb4941f999aa7 (diff)
Fixed error in AnonymousUser docs since [12316]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13401 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth.txt2
1 files changed, 0 insertions, 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()`,