I have nested models which are soft deleted. At the moment, the delete_reverse_relations_if_need method uses a bulk delete, which no option for calling each entries delete() method, which is required for me to mark the row as deleted, while retaining the data for 'undelteing' or auditing purposes.
I have nested models which are soft deleted. At the moment, the delete_reverse_relations_if_need method uses a bulk delete, which no option for calling each entries delete() method, which is required for me to mark the row as deleted, while retaining the data for 'undelteing' or auditing purposes.