DO_NOTHING
[source]
Take no action. If your database backend enforces referential integrity, this will cause an IntegrityError
unless you manually add an SQL ON DELETE
constraint to the database field.
DO_NOTHING
[source]
Take no action. If your database backend enforces referential integrity, this will cause an IntegrityError
unless you manually add an SQL ON DELETE
constraint to the database field.
Please login to continue.