Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1582 closed defect (fixed)

AnonymousUser doesn't act like descriptor - has old get_group_list behaviour

Reported by: Russell Keith-Magee Owned by: Russell Keith-Magee
Component: Tools Version: magic-removal
Severity: normal Keywords: AnonymousUser
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

django.contrib.admin.models.AnonymousUser still has old style m2m accessors, like get_group_list. These should be converted to descriptor-like notation.

Change History (2)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2661]) magic-removal: Fixed #1582 -- Converted AnonymousUser functions to descriptor style

comment:2 by Adrian Holovaty, 18 years ago

milestone: Version 0.92

Milestone Version 0.92 deleted

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