Author: lukeplant
Date: 2010-06-24 06:21:10 -0500 (Thu, 24 Jun 2010)
New Revision: 13402

Modified:
   django/branches/releases/1.2.X/
   django/branches/releases/1.2.X/docs/topics/auth.txt
Log:
[1.2.X] Fixed error in AnonymousUser docs since [12316]

Backport of [13401] from trunk



Property changes on: django/branches/releases/1.2.X
___________________________________________________________________
Name: svnmerge-integrated
   - /django/branches/newforms-admin:1-4314 /django/trunk:1-5600,13393
   + /django/trunk:1-5600,13393,13401 /django/branches/newforms-admin:1-4314

Modified: django/branches/releases/1.2.X/docs/topics/auth.txt
===================================================================
--- django/branches/releases/1.2.X/docs/topics/auth.txt 2010-06-24 11:10:58 UTC 
(rev 13401)
+++ django/branches/releases/1.2.X/docs/topics/auth.txt 2010-06-24 11:21:10 UTC 
(rev 13402)
@@ -435,8 +435,6 @@
       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()`,

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to