Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Callers
12
alter_gis_model
Method · 0.45
test_create_model_with_unique_after
Method · 0.45
test_rename_missing_field
Method · 0.45
test_alter_unique_together
Method · 0.45
test_remove_unique_together_on_pk_field
Method · 0.45
test_remove_unique_together_on_unique_field
Method · 0.45
test_remove_index_state_forwards
Method · 0.45
test_alter_index_together
Method · 0.45
test_alter_index_together_remove_with_unique_together
Method · 0.45
make_test_state
Method · 0.45
test_add
Method · 0.45
test_remove
Method · 0.45
Calls
no outgoing calls
Tested by
12
alter_gis_model
Method · 0.36
test_create_model_with_unique_after
Method · 0.36
test_rename_missing_field
Method · 0.36
test_alter_unique_together
Method · 0.36
test_remove_unique_together_on_pk_field
Method · 0.36
test_remove_unique_together_on_unique_field
Method · 0.36
test_remove_index_state_forwards
Method · 0.36
test_alter_index_together
Method · 0.36
test_alter_index_together_remove_with_unique_together
Method · 0.36
make_test_state
Method · 0.36
test_add
Method · 0.36
test_remove
Method · 0.36