TIL: Django constraints
Some notes on using Django constraints--CheckConstraint and UniqueConstraint-- to make sure each row is valid before to save it.
Some notes on using Django constraints--CheckConstraint and UniqueConstraint-- to make sure each row is valid before to save it.