> > TINo, no errors at all, it just doesn't display.
Wat doesn't display? The publisher name? The authors? > > Agreed it is a ManyToMany type. Am thinking perhaps a ForeignKey type > may work just fine. Any reason you guys can think of that an Author > field should be a ManyToMany? > Depends. Can a book have multiple authors? And obviously an Author can have many books. Then you would use a m2m. If a Book kan only have one author, you don't need more than a ForeignKey. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

