django-antipatterns icon indicating copy to clipboard operation
django-antipatterns copied to clipboard

Conflict with anti patterns and django doc

Open carloocchiena opened this issue 3 years ago • 0 comments

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!

carloocchiena avatar Jun 09 '22 11:06 carloocchiena