BaseDatabaseSchemaEditor.alter_index_together(model, old_index_together, new_index_together)
[source]
Changes a model’s index_together
value; this will add or remove indexes from the model’s table until they match the new value.
BaseDatabaseSchemaEditor.alter_index_together(model, old_index_together, new_index_together)
[source]
Changes a model’s index_together
value; this will add or remove indexes from the model’s table until they match the new value.
Please login to continue.