Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] util/records: fix
delete_unused
DOCSTRING
`delete_unused`, in spite of its name, deletes records even if they are used, provided they are not part of a foreign key with `restrict` or `set` ondelete clause (iow: allowing for cascading foreign keys).