Author: lukeplant
Date: 2010-06-24 06:10:58 -0500 (Thu, 24 Jun 2010)
New Revision: 13401
Modified:
django/trunk/docs/topics/auth.txt
Log:
Fixed error in AnonymousUser docs since [12316]
Modified: django/trunk/docs/topics/auth.txt
===================================================================
--- django/trunk/docs/topics/auth.txt 2010-06-23 20:03:41 UTC (rev 13400)
+++ django/trunk/docs/topics/auth.txt 2010-06-24 11:10:58 UTC (rev 13401)
@@ -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.