Re: multiple "views" in newforms-admin

2007-04-20 Thread oggie rob
So after a little while of looking around, I have come up with two conclusions: 1) It seems quite simple to add that functionality; and 2) The model design I suggested doesn't fit as well as what I have now done, which was to add an extra related model to manage the most common pieces So there yo

multiple "views" in newforms-admin

2007-04-19 Thread oggie rob
Hi all, I'm wondering if this is seems like a feasible additional feature to the newforms-admin branch. Currently I have a lot of very similar models, representing people roles. They all have addresses, phone numbers, etc, which was easy enough with subclassing models back in the day. However, ev