Hi,

  I'm writing a custom change manipulator for a model. I'm not using
the default because there's some special processing that has to happen
on each save. Now, this model has a ManyToMany relationship. How do I
add a form field that will update that relationship? In effect, it has
to work on the intermediate join table that Django creates.

  As I understand it, a model's Manipulator only works on that model's
database table, so it's not obvious to me how I can add a field that
would modify the intermediate.

  Thanks in advance,

mikah

--


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