Hi, Basically in two different UpdateViews I update the form kwargs dinamically (on the same way):
def get_form_kwargs(self): kwargs = super(MyView, self).get_form_kwargs() print("KWARGS", kwargs) kwargs['data'].update({ "something": "somevalue" }) return kwargs But one view raises* AttributeError: This QueryDict instance is immutable* and another doesn't. I might add that views are called with ajax but, as mentioned, no difference in way calls are triggered. Anybody has an idea what might be the cause or had a similar problem? Best -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3a41bd2d-3d95-4578-8231-b4fc47ee59a0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.