Re: field order:ModelForm

2009-08-05 Thread Emily Rodgers
2009/8/5 Ludwik Trammer : > >> I tried adding a fields attribute to the Meta class (which I think is >> what you would do in the dev version), but that didn't work. > > Django 1.1 stable is out and supports this feature, so if you can > upgrade it will probably be the easiest solution. OK I will

Re: field order:ModelForm

2009-08-05 Thread Ludwik Trammer
> I tried adding a fields attribute to the Meta class (which I think is > what you would do in the dev version), but that didn't work. Django 1.1 stable is out and supports this feature, so if you can upgrade it will probably be the easiest solution. --~--~-~--~~~---~-

field order:ModelForm

2009-08-05 Thread Emily Rodgers
Hi, I am using django 1.0.2, and I was wondering if it is possible to change the order of the fields (it seems you can do this in the dev version)? I have added an extra field in my form (that doesn't actually correspond with a field in the model). It is being listed after the model fields, and