Guilherme Martins Crocetti
Results
1
issues of
Guilherme Martins Crocetti
## Problem Mimics Django's API for `SoftDeletableQuerySetMixin`. ## Solution Django's API behaves as the [following](https://docs.djangoproject.com/en/5.0/topics/db/queries/#deleting-objects):  Returning a tuple of type (int, dict[str, int]) where the first element is the...