I'm now building an online magazine website. Each magazine has the same
set of sections. And every article belongs to one and only one section.

So, the Article class has a ForeignKey(Section) line.

So far, so good (I guess). :)

But there are actually 2 magazines, each with its own group of
sections. When I create an article, I want the "Section" field in the
form to automatically load the "Magazine" field in the same form.

Does django handle this kind of thing?


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