newforms and edit_inline

2007-11-11 Thread cory
Hello, I've spent the last day or so wrestling with something that I'm sure has a very simple solution, I just haven't found it or figured it out. I've got two classes, organized like this: class Foo(models.Model): bar = models.ForeignKey(Bar, edit_inline=models.TABULAR) start_time = models.

Re: newforms and edit_inline

2007-11-11 Thread Honza Král
On Nov 11, 2007 7:58 PM, cory <[EMAIL PROTECTED]> wrote: > > Hello, > > I've spent the last day or so wrestling with something that I'm sure > has a very simple solution, I just haven't found it or figured it out. > I've got two classes, organized like this: > > class Foo(models.Model): > bar = m

Re: newforms and edit_inline

2007-11-12 Thread cory
Thanks for the pointer, that solved the problem. Sorry for sending to the wrong list. Cory On Nov 11, 2:47 pm, "Honza Král" <[EMAIL PROTECTED]> wrote: > On Nov 11, 2007 7:58 PM, cory <[EMAIL PROTECTED]> wrote: > > > > > > > Hello, > > > I've spent the last day or so wrestling with something tha