I found some help here: http://code.djangoproject.com/wiki/CookBookNewFormsFieldOrdering, but have yet to attempt that suggestion (it is for newforms, so I'm unsure if it works with 1.0.2). Apparently also ticket #8164<http://code.djangoproject.com/ticket/8164>was implemented in 1.1 which allows the Meta.fields ordering that I referred to before, but as I'm using 1.0.2, that doesn't help me much :)
Also, both of those solutions are form-based solutions, when I still feel that this should be done at the model level, so that all forms generated from those models will use the same preferred field ordering, but I'll take what I can get, atm. On Tue, May 12, 2009 at 12:32 PM, Luke Graybill <killa...@gmail.com> wrote: > I didn't mean to imply a feature suggestion, I meant to ask if this is > possible already. If not, then is there some way to manipulate the form > __init__ (through _meta.fields perhaps?) to accomplish an approximation of > what I want? > > I'm just looking for a best-practice solution here - am I out of luck on > this, or can I get some ideas on how better to handle things? > > > On Tue, May 12, 2009 at 12:26 PM, George Song <geo...@damacy.net> wrote: > >> >> On 5/12/2009 11:22 AM, Luke Graybill wrote: >> > Is there a good way to dynamically reorder these fields on the fly? >> > Preferably, the code should be contained within the Mixin class. In >> > my situation, the mixin fields would be better if placed after all >> > the other fields on a model, but in other situations a mixin might >> > want a different order. >> >> Do you have a proposed solution on how to achieve what you want? How >> would you express the different "situations" within the mixin? >> >> -- >> George >> >> >> >> > > > -- > Visit me @ http://killarny.org > Sent from Provo, UT, United States -- Visit me @ http://killarny.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---