I don't know if this is a bug or a feature.
Using:
- Django 4.1.2
- Nplusone 1.0.0
If I delete a model that generates cascade deletions, those are displayed in the console as N+1s. For instance, in the classic Book -> Author example, if I delete an Author, the package flags N+1 like this:
Potential n+1 query detected on Book.author