edit_inline and field order in admin

2008-06-24 Thread Wanrong Lin
I am posting this again because my last post went to the wrong thread (I should not have replied to an existing message and just changed the subject line). Sorry. --- Hi, I have a few models with "edit_inline=models.STACKED". How can I control the field order of those models in the admi

edit_inline and field order

2008-06-23 Thread Wanrong Lin
Hi, I have a few models with "edit_inline=models.STACKED". How can I control the field order of those models in the administration form? Even with class Admin: fields = () it won't work. Plus, the above will expose those models individually in the administration form. Can someone ple