#1582 closed defect (fixed)
AnonymousUser doesn't act like descriptor - has old get_group_list behaviour
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