Re: A question on save_m2m()

2016-05-18 Thread Ankush Thakur
Ah! Stupid, stupid me. Thanks a lot for clarifying! :-) Best, Ankush On Wednesday, May 18, 2016 at 12:15:57 PM UTC+5:30, James Schneider wrote: > > > > On Sat, May 14, 2016 at 2:42 AM, Ankush Thakur > wrote: > >> So the following section from the docs has me a little

Re: A question on save_m2m()

2016-05-18 Thread James Schneider
On Sat, May 14, 2016 at 2:42 AM, Ankush Thakur wrote: > So the following section from the docs has me a little confused: > > = > Another side effect of using commit=False is seen when your model has a > many-to-many relation with another model. If

A question on save_m2m()

2016-05-14 Thread Ankush Thakur
So the following section from the docs has me a little confused: = Another side effect of using commit=False is seen when your model has a many-to-many relation with another model. If your model has a many-to-many relation and you specify commit=False when you save a form,