Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ model
Method
model
tests/sessions_tests/tests.py:668–669 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
666
667
@property
668
def
model(self):
669
return
self.backend.get_model_class()
670
671
def
test_session_str(self):
672
"Session repr should be the session key."
Callers
12
_create_user
Method · 0.45
create_user
Method · 0.45
acreate_user
Method · 0.45
create_superuser
Method · 0.45
create_superuser
Method · 0.45
create_user
Method · 0.45
create_superuser
Method · 0.45
create_user
Method · 0.45
test_documented_range
Method · 0.45
test_backend_range_save
Method · 0.45
test_backend_range_validation
Method · 0.45
test_types
Method · 0.45
Calls
1
get_model_class
Method · 0.45
Tested by
no test coverage detected