On 5/12/2009 12:12 PM, Alex Gaynor wrote:
> You can control the order of fields on a modelform by settings the 
> ordering in the fields option in the inner Meta class.  That is if you 
> set fields = ['b', 'a', 'c'] that's the same order they will apear in.

Duh. There you go, problem solved:
<http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#changing-the-order-of-fields>

The changes are fast and furious, hard to keep up with everything.

-- 
George

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to