> So an article can be in more than one issue of a magazine?

Not at all. The Article belongs to only one Issue, which is what I want
the ForeignKey to mean.
I just want to limit the choices of Issues to the ones that make sense,
i.e. to the Issues that belong to the chosen Magazine.


> Just override the issue's __str__() method to include the name of the
> magazine that it should have as a foreign key in its string
> representation and you should be able to see what's what.

Yes, I'm already doing that, although I didn't show it. The issue's
__str__() returns '%s-%s' %(magazine, number)

Phess


--~--~---------~--~----~------------~-------~--~----~
 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