I was just discussing this on the #django channel with Kuba, and we couldn't think why the following syntax wouldn't be possible to implement:
>>> beatles.members.add(john, paul, date_joined=date(1961, 1, 1)) It would be otherwise similar to a normal m2m, but all keyword arguments would be used to initialize fields of the intermediary model. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---