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
Django's View class doesn't implement a head() method but instead uses
self.head = ... if the child class doesn't override it. This leads to
the method-hidden checker being triggered.
0 commit comments