Re: type error in form after upgrade from beta to stable

2008-09-04 Thread Karen Tracey
On Thu, Sep 4, 2008 at 11:41 AM, Genis Pujol Hamelink <[EMAIL PROTECTED] > wrote: > OK sorry about that... > > Traceback: http://dpaste.com/75912/ > models.py: http://dpaste.com/75913/ > gforms.py: http://dpaste.com/75914/ > views.py:http://dpaste.com/75915/ > > After logging in the user is r

Re: type error in form after upgrade from beta to stable

2008-09-04 Thread Genis Pujol Hamelink
OK sorry about that... Traceback: http://dpaste.com/75912/ models.py: http://dpaste.com/75913/ gforms.py: http://dpaste.com/75914/ views.py:http://dpaste.com/75915/ After logging in the user is redirected to a page which basically is the punts_form function defined in views.py. regards, Ge

Re: type error in form after upgrade from beta to stable

2008-09-04 Thread Karen Tracey
On Thu, Sep 4, 2008 at 10:46 AM, Genis Pujol Hamelink <[EMAIL PROTECTED] > wrote: > Hello, > > After upgrading from Django version 1.0-beta_1-SVN-unknown to the Django > 1.0 stable, I am getting this error: > > You get the error when you do? > Exception Type: TypeError Exception Value: > >

type error in form after upgrade from beta to stable

2008-09-04 Thread Genis Pujol Hamelink
Hello, After upgrading from Django version 1.0-beta_1-SVN-unknown to the Django 1.0 stable, I am getting this error: Exception Type: TypeError Exception Value: 'NoneType' object is not callable Exception Location: /usr/lib/python2.5/site-packages/django/forms/models.py in __init__, line 197