diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2010-06-24 11:21:10 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2010-06-24 11:21:10 +0000 |
| commit | 867d6907525e0d36eca609fb50faa62a522abac2 (patch) | |
| tree | 6de8c8773ffbb2e6b555b04aaca5b6c7c19efc3e | |
| parent | 90380b8fcf54842e29f772932bab2a9f6fbb26fd (diff) | |
[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
| -rw-r--r-- | docs/topics/auth.txt | 2 |
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()`, |
