Changes between Initial Version and Version 2 of Ticket #7304


Ignore:
Timestamp:
Jun 16, 2008, 10:54:57 AM (16 years ago)
Author:
Ramiro Morales
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7304

    • Property Has patch set
    • Property Triage Stage UnreviewedAccepted
  • Ticket #7304 – Description

    initial v2  
    11Trying to call has_perms() on the AnonymousUser results in the following error:
     2
     3{{{
    24   'AnonymousUser' object has no attribute 'has_perms'
     5}}}
    36
    47has_perm() works as expected
Back to Top