--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django...@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/trinity-68cd841e-22eb-421b-95ea-2b94ca00a28b-1471243983623%403capp-mailcom-bs11.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@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/trinity-68cd841e-22eb-421b-95ea-2b94ca00a28b-1471243983623%403capp-mailcom-bs11.
For more options, visit https://groups.google.com/d/optout.
--
Oh I just have found the trick !It comes from a django bug in some earlier version of django 1.9. in FormeMixinBase.form_invalid()I had:def form_invalid(self, form):
return self.render_to_response(self.get_context_data())in place of:def form_invalid(self, form):
return self.render_to_response(self.get_context_data(form=form))so parameters wasn't transfered. Probably my pip did'nt install last version, and my production version was not exactly the same as my development one... An upgrade solved the problem.
Ouf ! I believed I was going to come crazy !Thank's for your answer.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django...@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/trinity-68cd841e-22eb-421b-95ea-2b94ca00a28b-1471243983623%403capp-mailcom-bs11.
For more options, visit https://groups.google.com/d/optout.
--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django...@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/CANoUts4VJ61snPG3M%3DNHKn5mhfnQ8G_FOZNs3XeYoV8yhmJc0Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django...@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/trinity-8a769b2c-ae6e-412e-9a23-0d8a855897ce-1471255851081%403capp-mailcom-bs11.