Re: label and order of sub components in multiple table admin

2006-08-21 Thread hoangelos
Well the __str__ function doesn't help here. What I am talking about is I have is like this. Notice the __str__ def in BuyerAlcoholUse model. I would do OneToOne, because that is what it is, but I wanted it all on one page. These are all stored in seperate tables each model. I don't know if

label and order of sub components in multiple table admin

2006-08-21 Thread hoangelos
I have a Buyer model that has seperate one to one tables based on different organizational units. Maybe things like this: BuyerClothes BuyerOccupations and many more I would like to control the label of the subcomponents. BuyerClothes says "buyer clothes #1". I also would like to make sure th

collapsing

2006-08-17 Thread hoangelos
I have an admin screen for a class called Buyer. I have several other classes that need to be populated at the same time as Buyer. I wanted to collapse these. And allow the user to expand as they add. Below is one of the classes BuyerAlcoholUses. The problem is that it is not collapsed. Also