MCPcopy
hub / github.com/django/django / describe

Method describe

django/db/migrations/operations/fields.py:186–187  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

184 schema_editor.add_field(from_model, to_model._meta.get_field(self.name))
185
186 def describe(self):
187 return "Remove field %s from %s" % (self.name, self.model_name)
188
189 @property
190 def migration_name_fragment(self):

Callers 1

test_remove_fieldMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_remove_fieldMethod · 0.76