#8164: Custom field order in ModelForms -------------------------------+-------------------------------------------- Reporter: kire | Owner: Alex Status: closed | Milestone: 1.1 Component: Forms | Version: SVN Resolution: fixed | Keywords: modelform, field order Stage: Accepted | Has_patch: 1 Needs_docs: 0 | Needs_tests: 0 Needs_better_patch: 0 | -------------------------------+-------------------------------------------- Comment (by chrisrbennett):
The added iteration of Meta fields in this patch will break (faulty) assignment of field names not properly sequenced. Previously, fields = ("foofield") worked. Now it doesn't. I'm sure I'm not the only person that falls into the "want one item dict, but forgot trailing comma" trap. -- Ticket URL: <http://code.djangoproject.com/ticket/8164#comment:16> 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 -~----------~----~----~----~------~----~------~--~---