Re: I might do it wrong -- How to get and process an object from FormView ?

2015-12-11 Thread Sergiy Khohlov
Form.save returns object. You don't need tricking with post directly. 11 груд. 2015 22:30 "Dino" пише: > The form submission and processing as I've done it works, > but I'm not sure its the right way. > > The part I'm concerned about is detailed in these 3 steps: > - I save the form with the data

I might do it wrong -- How to get and process an object from FormView ?

2015-12-11 Thread Dino
The form submission and processing as I've done it works, but I'm not sure its the right way. The part I'm concerned about is detailed in these 3 steps: - I save the form with the data submitted -- form.save() - then I check request.POST for the name of a (unique) field submitted - then I query t