Re: Force display order of classes defined in models.py

2006-08-17 Thread Emile van Sebille
Well... I hacked my way through that... For anyone interested the hack's outlined below. For anyone that knows the right way -- I'd rather know that! Regards, Emile models.py -- class Right (xSide): relative_related_order=1 right = models.ForeignKey(Door, edit_inline=mode

Force display order of classes defined in models.py

2006-08-17 Thread Emile van Sebille
Hi All, I'm new to Django and I haven't found a way to specify the sequence that classes render on the admin page. I'm converting a CNC programming engine that allows the operator to specify the parameters then used to create a g-code program for a milling machine. (the client is fabricating gla