Re: OneToOne in Models

2006-12-27 Thread Adrian Holovaty
On 12/27/06, David Zhou <[EMAIL PROTECTED]> wrote: *slaps forehead* Doh! You're right, of course. It should be a many to one. Blame it on the post-Holiday slump. For whatever reason, I had one to one fixated in my mind. With this out of the way, the rest should be easy. Cool. Glad we got t

Re: OneToOne in Models

2006-12-27 Thread David Zhou
On Dec 27, 2006, at 6:06 PM, Adrian Holovaty wrote: On 12/27/06, David Zhou <[EMAIL PROTECTED]> wrote: What are people using for OneToOne relations (Comment->Entry)? The Django documentation says that it may change, and is not recommended for use. What do you use instead, or do most people i

Re: OneToOne in Models

2006-12-27 Thread Adrian Holovaty
On 12/27/06, David Zhou <[EMAIL PROTECTED]> wrote: What are people using for OneToOne relations (Comment->Entry)? The Django documentation says that it may change, and is not recommended for use. What do you use instead, or do most people ignore and use it anyways? This doesn't directly answ