MCPcopy
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_userMethod · 0.45
create_userMethod · 0.45
acreate_userMethod · 0.45
create_superuserMethod · 0.45
create_superuserMethod · 0.45
create_userMethod · 0.45
create_superuserMethod · 0.45
create_userMethod · 0.45
test_documented_rangeMethod · 0.45
test_typesMethod · 0.45

Calls 1

get_model_classMethod · 0.45

Tested by

no test coverage detected