class AlterUniqueTogether(name, unique_together)
[source]
Changes the model’s set of unique constraints (the unique_together
option on the Meta
subclass).
class AlterUniqueTogether(name, unique_together)
[source]
Changes the model’s set of unique constraints (the unique_together
option on the Meta
subclass).
Please login to continue.