Hi there,

I have two classes related by a ManyToManyField - Publications and
Authors. I want to be able to add entries to both tables through one
page of the admin interface - as with edit_inline with ForeignKey
relationships, i.e. when adding a new publication I want to be able to
select from a list of authors from the author table, but if they're not
there, add new authors to the table, without going elsewhere.

Is this possible without a join-table workaround? Does anyone know of
any examples of this, or the workarounds?

Many thanks

Martin


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

Reply via email to