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): ![image](https://github.com/jazzband/django-model-utils/assets/24530683/cd05b318-6fac-443d-9996-5f35f50a4e45) Returning a tuple of type (int, dict[str, int]) where the first element is the...