Re: Understanding UpdateView with forms and formsets

2013-04-08 Thread Rainy
Sorry, I answered before reading your full message. It looks like you understand post loads the object in get_object(). I just want to add that combined create/update can be done in different ways; I have an implementation in mcbv.edit module but I'm not sure if it's the best approach in all cases

Re: Understanding UpdateView with forms and formsets

2013-04-08 Thread Rainy
On Monday, April 8, 2013 12:22:34 PM UTC-4, Nora Olsen wrote: > > Hi, > > I'm a new user to Django. > > I'm trying to understand how does an UpdateView works when during a POST. > Is there some state carried between the GET and POST, because I don't see > the pk in the form. How does the for