summaryrefslogtreecommitdiff
path: root/docs/topics/auth.txt
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2010-07-01 01:45:44 +0000
committerAlex Gaynor <alex.gaynor@gmail.com>2010-07-01 01:45:44 +0000
commit183c290b8324e256865940c20b32cbceff927e61 (patch)
tree0819f7d0cf8fc695fd4ce98287b2af4ef0d473b8 /docs/topics/auth.txt
parent0ba2e50d9c7c0feaca44600a66ba57b4aad6af92 (diff)
[soc2010/query-refactor] Merged up to trunk r13405.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13407 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/auth.txt')
-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()`,