san4ezy / django_softdelete

MIT License
79 stars 21 forks source link

Add strict default argument for querysets #41

Closed milosnikic closed 1 month ago

milosnikic commented 2 months ago

@san4ezy Thanks for approving my previous PR. I find it useful to have it on SoftDeleteQuerySet and DeletedQuerySet querysets. Since you can delete entity with this flag directly, it would probably make sense to be able to do it in bulk. I would like to hear your thought about this.

san4ezy commented 1 month ago

@milosnikic thanks a lot for your contribution. I have merged your MR and the next version will be available soon.