BaseDatabaseSchemaEditor.alter_unique_together(model, old_unique_together, new_unique_together)
[source]
Changes a model’s unique_together
value; this will add or remove unique constraints from the model’s table until they match the new value.
BaseDatabaseSchemaEditor.alter_unique_together(model, old_unique_together, new_unique_together)
[source]
Changes a model’s unique_together
value; this will add or remove unique constraints from the model’s table until they match the new value.
Please login to continue.