MCPcopy
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):

Calls

no outgoing calls