Changes between Initial Version and Version 2 of Ticket #7304
- Timestamp:
- Jun 16, 2008, 10:54:57 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7304
- Property Has patch set
- Property Triage Stage Unreviewed → Accepted
-
Ticket #7304 – Description
initial v2 1 1 Trying to call has_perms() on the AnonymousUser results in the following error: 2 3 {{{ 2 4 'AnonymousUser' object has no attribute 'has_perms' 5 }}} 3 6 4 7 has_perm() works as expected