#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.
Note:
See TracTickets
for help on using tickets.
(In [2661]) magic-removal: Fixed #1582 -- Converted AnonymousUser functions to descriptor style