Opened 18 years ago
Closed 18 years ago
#2937 closed defect (fixed)
[patch]add eq ne hash for auth.models.AnonymousUser
Reported by: | 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)
Change History (3)
by , 18 years ago
Attachment: | add_eq_ne_hash_for_anonymous.diff added |
---|
comment:1 by , 18 years ago
Summary: | add eq ne hash for auth.models.AnonymousUser → [patch]add eq ne hash for auth.models.AnonymousUser |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [3924].