Skip to content

models: migrate unique_together to UniqueConstraint

Meta option unique_together might be depricated in the future and usage of UniqueConstraint instead is advised based on Django documentation. Also fix a typo.

Merge request reports