Re: A question about models

2008-11-06 Thread Steve Holden
叮叮当当 wrote: > I have a problem with model, describe as follow: > > suppose i have two models: > class A: >pass > class B: >pass > > for some reason, i must quote B in class A, and also, i must quote A > in class B, how do i solve this question? > > Use the name of the class as a string.

A question about models

2008-11-06 Thread 叮叮当当
I have a problem with model, describe as follow: suppose i have two models: class A: pass class B: pass for some reason, i must quote B in class A, and also, i must quote A in class B, how do i solve this question? thanks. --~--~-~--~~~---~--~~ You receiv

Newbie with a question about Models, Managers and NCAA brackets.

2007-03-08 Thread [EMAIL PROTECTED]
Long time lurker, first time poster . . . (I would have asked more questions before, but the answers have always been in the archives.) I'm working on an app to show the rapidly approaching NCAA tournament brackets, and am having some trouble with it. Since I'm quite new to Django I thought I'd f