Changeset 6299 [1] added some "useful" methods and attributes to
AnonymousUser.

One of these attributes is is_active = True

This is a change in functionality, because previously if you used
(like I was) {% if user.is_active %}, it would be only true for real
users who were active. Now it's true for unauthenticated users too.

So either the wiki should be updated or is_active should be set to
False.

Should an anonymous user be considered "active"?

[1] http://code.djangoproject.com/changeset/6299#file0
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to