Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ describe
Method
describe
django/db/migrations/operations/models.py:118–122 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
116
schema_editor.delete_model(model)
117
118
def
describe(self):
119
return
"Create %smodel %s"
% (
120
"proxy "
if
self.options.get(
"proxy"
, False)
else
""
,
121
self.name,
122
)
123
124
@property
125
def
migration_name_fragment(self):
Callers
4
test_create_model
Method · 0.95
test_create_proxy_model
Method · 0.95
test_create_unmanaged_model
Method · 0.95
test_create_model_managers
Method · 0.95
Calls
1
get
Method · 0.45
Tested by
4
test_create_model
Method · 0.76
test_create_proxy_model
Method · 0.76
test_create_unmanaged_model
Method · 0.76
test_create_model_managers
Method · 0.76