Re: Weird error on bad form class

2012-12-21 Thread Francisco José Marques Vieira
Awh damn... There goes my change of reporting an actual bug in Django... xD It is fixed in Django 1.5, so thank you for fixing it! Francisco Vieira On 12/20/2012 09:46 PM, Florian Apolloner wrote: Hi, On Thursday, December 20, 2012 9:29:06 PM UTC+1, Francisco Vieira wrote: Oh, and by the

Re: Weird error on bad form class

2012-12-20 Thread Florian Apolloner
Hi, On Thursday, December 20, 2012 9:29:06 PM UTC+1, Francisco Vieira wrote: > > Oh, and by the way, I'm using Django version 1.4.3. If this has already > been fixed in 1.5 forget this... > I think I indeed fixed that for Django 1.5: https://github.com/django/django/commit/367bfaa5226eaae32789

Weird error on bad form class

2012-12-20 Thread Francisco José Marques Vieira
Hi. I've got a doubt about Django, but the reason I didn't post this on django-users was because the doubt was about Django's behaviour/design. If I was wrong to post here, I'm sorry. The problem occured when I was defining a form class. I made changes in a view, I wrote a form class and I made