Re: Hidden fields in formsets

2015-03-31 Thread aRkadeFR
Hello, I read very quickly, but you sure you want to *render* and get the value of "user_create" from the client? It can be modified by any client... aRkadeFR On 03/31/2015 10:45 AM, François GUÉRIN wrote: Hi, I'm using multiple formsets in Create / Update views, and I want to set some *hidd

Hidden fields in formsets

2015-03-31 Thread François GUÉRIN
Hi, I'm using multiple formsets in Create / Update views, and I want to set some *hidden* fields in it : user_create, date_create on creation, user_update, date_update on update. I've created a MultiFormsetMixin, which provide machinery to initialize those formsets in my CreateView / UpdateVi