You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow subclasses of APIView to override get_permissions with return type implementing _SupportsHasPermission (#320)
Issue is that list is invariant, which makes the protocol not work.
Changing it so a sequence of course breaks stuff that relies on the result being mutable, but I am assuming that that should not be supported anyways.
0 commit comments