#10512: Ordering of non-model fields in a ModelForm, after #8164 ------------------------------------+--------------------------------------- Reporter: mbi | Owner: Alex Status: new | Milestone: Component: Forms | Version: 1.0 Keywords: modelform, field order | Stage: Unreviewed Has_patch: 0 | ------------------------------------+--------------------------------------- After #8164 was closed in [10062], it is not longer possible to define non-model fields in the ``fields'' list, as the ordering process raises a KeyError on forms/models.py:166
It would be great if the fields list order could be applied to non-model fields defined in the Form class as well. -- Ticket URL: <http://code.djangoproject.com/ticket/10512> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---