Re: Order fields in edit_inline

2007-01-27 Thread Todd O'Bryan
After not receiving an answer, I figured people were just being polite and not telling me to RTFM, so I have just combed the whole page of model documentation and still can't find anything, except horrible typos that I've corrected in the (not exactly) quoted message below. Sorry about the mistypi

Order fields in edit_inline

2007-01-25 Thread Todd O'Bryan
I may have missed this in the docs, but using Meta: fields = ( { None : ('field2', 'field3', 'field1') }, ) fixes the order of the fields on the admin add page for that class, but not the order under edit_inline. How would I do that? Thanks, Todd --~--~-~--~~~--