Hi,
I have a ManyToMany field without intermediate Model. How can I
display a SelectMultiple field on the Model which has not the ManyToMany
field?
Example:
class Worker:
...
class Job:
workers=models.ManyToManyField(Worker)
The admin page of Worker should have a SelectMultiple field.
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---