Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ describe
Method
describe
django/db/migrations/operations/models.py:515–516 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
513
)
514
515
def
describe(self):
516
return
"Rename model %s to %s"
% (self.old_name, self.new_name)
517
518
@property
519
def
migration_name_fragment(self):
Callers
3
test_rename_model
Method · 0.95
test_rename_model_with_self_referential_fk
Method · 0.95
test_rename_model_with_superclass_fk
Method · 0.95
Calls
no outgoing calls
Tested by
3
test_rename_model
Method · 0.76
test_rename_model_with_self_referential_fk
Method · 0.76
test_rename_model_with_superclass_fk
Method · 0.76