Re: ManyToManyField with extra content and Django admin

2008-10-16 Thread Brandon Taylor
Hi Marco, I'm going to handle this a little differently than using inlines. That method doesn't give me quite the workflow that I'm looking for, but an extra class with some meta data for the table name will work just fine. Thanks, Brandon On Oct 16, 1:32 am, Marco Buttu <[EMAIL PROTECTED]> wro

Re: ManyToManyField with extra content and Django admin

2008-10-15 Thread Marco Buttu
On Wed, 2008-10-15 at 21:21 -0700, Brandon Taylor wrote: > Hi everyone, Hi Brandon > I'm using 1.0 final. I have the following models: > > Page > SidebarModule > PageSidebarModule (the intermediary table) > ... > The admin no longer shows Sidebar Modules as a fieldset. In fact, it > doesn't s

Re: ManyToManyField with extra content and Django admin

2008-10-15 Thread Brandon Taylor
Thank you James, I'll have a look. I love your Practical Django Projects book by the way, it's helped me out a great deal. I'm a senior dev at Razorfish in Austin, and am quite the Django evangelist at the office. I even have our hard- core .NET people very interested in Django. It truly is the b

Re: ManyToManyField with extra content and Django admin

2008-10-15 Thread James Bennett
On Wed, Oct 15, 2008 at 11:21 PM, Brandon Taylor <[EMAIL PROTECTED]> wrote: > The admin no longer shows Sidebar Modules as a fieldset. In fact, it > doesn't show at all. I'm sure this is because you can't use add, > create or assignment to create the relationships, (see > http://docs.djangoproject