Re: Strange bug with form errors

2016-08-15 Thread M Hashmi
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. > > *Envoyé:* lundi 15 août 2016 à 08:59 > *De:* "M Hashmi" > *À:* djan

Re: Strange bug with form errors

2016-08-15 Thread Nestor Burma
s going to come crazy !   Thank's for your answer.   Envoyé: lundi 15 août 2016 à 08:59 De: "M Hashmi" À: django-users@googlegroups.com Objet: Re: Strange bug with form errors Can you paste the full traceback from production server?   On Sun, Aug 14, 2016 at 11:5

Re: Strange bug with form errors

2016-08-15 Thread M Hashmi
Can you paste the full traceback from production server? On Sun, Aug 14, 2016 at 11:53 PM, Nestor Burma wrote: > I have a very strange bug with fom errors. *On my development site, my > code works fine*. But on my production site (apache + mod-wgsi + > posgresql), the form errors I defined in is

Strange bug with form errors

2016-08-15 Thread Nestor Burma
I have a very strange bug with fom errors. On my development site, my code works fine. But on my production site (apache + mod-wgsi + posgresql), the form errors I defined in is_valid() method of my ModelForm (in a generic CreateView) are not product by the template. Have you already seen such a th