Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ describe
Method
describe
django/db/migrations/operations/fields.py:250–251 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
248
self.database_forwards(app_label, schema_editor, from_state, to_state)
249
250
def
describe(self):
251
return
"Alter field %s on %s"
% (self.name, self.model_name)
252
253
@property
254
def
migration_name_fragment(self):
Callers
1
test_alter_field
Method · 0.95
Calls
no outgoing calls
Tested by
1
test_alter_field
Method · 0.76