MCPcopy
hub / github.com/django/django / delete

Method delete

django/contrib/auth/models.py:564–567  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

562 )
563
564 def delete(self):
565 raise NotImplementedError(
566 "Django doesn't provide a DB representation for AnonymousUser."
567 )
568
569 def set_password(self, raw_password):
570 raise NotImplementedError(

Callers 4

_clearMethod · 0.45
handleMethod · 0.45
delete_modelMethod · 0.45
delete_querysetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected