Re: moving to Django 1.1 problem

2010-02-15 Thread knight
Thanks, You are great. It also solves my problem. :) On Feb 15, 3:32 pm, bruno desthuilliers wrote: > On Feb 15, 1:30 pm, knight wrote: > > Don't know if it has anything to do with your problem, but there's an > error in your form: > > > > > My form: > > > class UploadImageForm(ModelForm): > >

Re: moving to Django 1.1 problem

2010-02-15 Thread bruno desthuilliers
On Feb 15, 1:30 pm, knight wrote: Don't know if it has anything to do with your problem, but there's an error in your form: > > My form: > > class UploadImageForm(ModelForm): >     class Meta: >         model = ImageUpload >         fields = ('thumb') Python gotcha here: what defines a tuple is