Re: Unexpected TypeError in m2m relationship

2008-03-30 Thread Karen Tracey
On Sun, Mar 30, 2008 at 8:38 AM, J. Clifford Dyer <[EMAIL PROTECTED]> wrote: > >[details snipped] > > > > Well I can still take your posted model file, simply add "class Admin: > > pass" to the models so I can dummy up some data in the admin, and then > > run your interactive session without error

Re: Unexpected TypeError in m2m relationship

2008-03-30 Thread J. Clifford Dyer
On Wed, 2008-03-26 at 19:11 -0400, Karen Tracey wrote: > On Wed, Mar 26, 2008 at 5:16 PM, J. Cliff Dyer <[EMAIL PROTECTED]> > wrote: > > > So it did. I had stripped down my original one to get rid of > a couple > hundred lines of unimportant cruft, but ac

Re: Unexpected TypeError in m2m relationship

2008-03-26 Thread Karen Tracey
On Wed, Mar 26, 2008 at 5:16 PM, J. Cliff Dyer <[EMAIL PROTECTED]> wrote: > > So it did. I had stripped down my original one to get rid of a couple > hundred lines of unimportant cruft, but accidentally created some > inconsistencies. However, I ran it again before submitting and didn't > get an

Re: Unexpected TypeError in m2m relationship

2008-03-26 Thread J. Cliff Dyer
On Wed, 2008-03-26 at 16:28 -0400, Karen Tracey wrote: > > > Thanks. Models file at: http://dpaste.com/41448/ > > > > That models.py has a couple of problems that make me think it can't > really be the one you are running with. __str__ for Artifact

Re: Unexpected TypeError in m2m relationship

2008-03-26 Thread Karen Tracey
On Wed, Mar 26, 2008 at 3:47 PM, J. Cliff Dyer <[EMAIL PROTECTED]> wrote: > On Wed, 2008-03-26 at 15:08 -0400, Karen Tracey wrote: > > > > The "TypeError: Cannot resolve keyword 'display' into field" is hit > > before any SQL is executed for the call that triggered it. I believe > > this SQL SELE

Re: Unexpected TypeError in m2m relationship

2008-03-26 Thread J. Cliff Dyer
On Wed, 2008-03-26 at 15:08 -0400, Karen Tracey wrote: > On Wed, Mar 26, 2008 at 2:43 PM, J. Cliff Dyer <[EMAIL PROTECTED]> > wrote: > > On Wed, 2008-03-26 at 14:08 -0400, J. Cliff Dyer wrote: > > I've got a funky error when traversing a m2m relationship. > > >

Re: Unexpected TypeError in m2m relationship

2008-03-26 Thread Karen Tracey
On Wed, Mar 26, 2008 at 2:43 PM, J. Cliff Dyer <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-03-26 at 14:08 -0400, J. Cliff Dyer wrote: > > I've got a funky error when traversing a m2m relationship. > > > > TypeError: Cannot resolve keyword 'display' into field > > > > Code snippet and full tracebac

Re: Unexpected TypeError in m2m relationship

2008-03-26 Thread J. Cliff Dyer
On Wed, 2008-03-26 at 14:08 -0400, J. Cliff Dyer wrote: > I've got a funky error when traversing a m2m relationship. > > TypeError: Cannot resolve keyword 'display' into field > > Code snippet and full traceback here: http://dpaste.com/41417/ > > Anyone have any ideas where this is coming from

Unexpected TypeError in m2m relationship

2008-03-26 Thread J. Cliff Dyer
I've got a funky error when traversing a m2m relationship. TypeError: Cannot resolve keyword 'display' into field Code snippet and full traceback here: http://dpaste.com/41417/ Anyone have any ideas where this is coming from? --~--~-~--~~~---~--~~ You received