Closed Sandman83 closed 3 years ago
Is there a reason, why you use an independent field is_deleted instead of querying the deleted_at field for being set?
https://stackoverflow.com/a/35282445/3290946
https://stackoverflow.com/questions/56207631/django-filter-if-field-is-not-none
Is there a reason, why you use an independent field is_deleted instead of querying the deleted_at field for being set?