MCPcopy
hub / github.com/django/django / state_forwards

Method state_forwards

tests/custom_migration_operations/operations.py:15–16  ·  view source on GitHub ↗
(self, app_label, state)

Source from the content-addressed store, hash-verified

13 return True
14
15 def state_forwards(self, app_label, state):
16 pass
17
18 def database_forwards(self, app_label, schema_editor, from_state, to_state):
19 pass

Calls

no outgoing calls