Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ describe
Method
describe
django/db/migrations/operations/fields.py:132–133 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
130
)
131
132
def
describe(self):
133
return
"Add field %s to %s"
% (self.name, self.model_name)
134
135
@property
136
def
migration_name_fragment(self):
Callers
1
test_add_field
Method · 0.95
Calls
no outgoing calls
Tested by
1
test_add_field
Method · 0.76