I have a form from a model. I add 3 new inputs. Then when I write in Meta : model = models.Table fields = ['attribute2', 'newInput1', 'newInput2', 'newInput3', 'attribute3'] for example, the final order is not respect the new inputs. Only respect the attributes of the model in the fields array. The result in the form is: attribute2 attribute3 newInput1 newInput2 newInput3
Is there any solution to order the new inputs too? Or the solution is only to create a form without inheritance from a model? I hope you understand me. Sorry because my simple english. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---