On 1/9/06, Mike <[EMAIL PROTECTED]> wrote: > Actually, this was the 'aha' answer to my question. Thank you. On a > different note, is there anyway to implement approach #2, having > NewsPosting have a user_id field in django-way? If not so, is there any > reason why not?
I wouldn't recommend approach #2, because it's a slightly messy database layout, but it would still work with Django as long as the "user" field of NewsPosting was a ForeignKey(User). Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org