Opened 18 years ago

Closed 18 years ago

#2937 closed defect (fixed)

[patch]add eq ne hash for auth.models.AnonymousUser

Reported by: favo@… Owned by: Adrian Holovaty
Component: Contrib apps Version: dev
Severity: normal Keywords:
Cc: favo@… Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

add __eq__ __ne__ __hash__ for auth.models.AnonymousUser

Attachments (1)

add_eq_ne_hash_for_anonymous.diff (523 bytes ) - added by favo@… 18 years ago.

Download all attachments as: .zip

Change History (3)

by favo@…, 18 years ago

comment:1 by anonymous, 18 years ago

Summary: add eq ne hash for auth.models.AnonymousUser[patch]add eq ne hash for auth.models.AnonymousUser

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

Fixed in [3924].

Note: See TracTickets for help on using tickets.
Back to Top