django-antipatterns
django-antipatterns copied to clipboard
Conflict with anti patterns and django doc
I found (also after digging a lot of SO posts) that the (commit=false) is in fact "suggested" by the official django docs
https://docs.djangoproject.com/en/dev/topics/forms/modelforms/#the-save-method:~:text=%3E%3E%3E%20new_author%20%3D%20f.save(commit%3DFalse)
Would be the case to expand a little bit the use case you inserted in the flow?
thank you!