On Dec 19, 11:16 am, "Cathy Young" <[EMAIL PROTECTED]> wrote:

> Here is my model, with only the relevant attributes shown:
>
> def EntryStatus(models.Model):
>     ...
>     user = models.ForeignKey(User)
>     entry = models.ForeignKey(Entry)
>
> where Entry is another of my models and User is Django's own.

What does Entry look like?

Cheers!
--Chris Ryland, Em Software


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to