Re: Pass post data to UpdateView

2020-04-26 Thread Darren Williams
Talk to me On Sun, Apr 26, 2020, 18:18 Darren Williams wrote: > Ain't really sure learning myself but I look into it for you > > On Apr 26, 2020 8:02 AM, "'MH' via Django users" < > django-users@googlegroups.com> wrote: > > Hi > > I do not know how to access request.POST, when I call UpdateView

Re: Pass post data to UpdateView

2020-04-26 Thread Darren Williams
Ain't really sure learning myself but I look into it for you On Apr 26, 2020 8:02 AM, "'MH' via Django users" < django-users@googlegroups.com> wrote: Hi I do not know how to access request.POST, when I call UpdateView. Just to avoid a misunderstanding: I do not want to process the data after upd

Pass post data to UpdateView

2020-04-26 Thread 'MH' via Django users
Hi I do not know how to access request.POST, when I call UpdateView. Just to avoid a misunderstanding: I do not want to process the data after updating a model, but I want to pass a parameter to the UpdateView, which is not model related when the page opens. But I get a NameError that request