MCPcopy
hub / github.com/django/django / save

Method save

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

Source from the content-addressed store, hash-verified

557 )
558
559 def save(self):
560 raise NotImplementedError(
561 "Django doesn't provide a DB representation for AnonymousUser."
562 )
563
564 def delete(self):
565 raise NotImplementedError(

Callers 15

update_last_loginFunction · 0.45
_create_userMethod · 0.45
user_change_passwordMethod · 0.45
form_validMethod · 0.45
form_validMethod · 0.45
form_validMethod · 0.45
handleMethod · 0.45
save_newMethod · 0.45
addMethod · 0.45
add_legacy_nameFunction · 0.45
_renameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected