Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_login
Function · 0.45
_create_user
Method · 0.45
user_change_password
Method · 0.45
form_valid
Method · 0.45
form_valid
Method · 0.45
form_valid
Method · 0.45
rename_permissions_after_model_rename
Function · 0.45
handle
Method · 0.45
save_new
Method · 0.45
add
Method · 0.45
add_legacy_name
Function · 0.45
_rename
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected