#19369: add/remove on M2M relations with intermediary model
----------------------------------------------+--------------------
     Reporter:  ktosiek                       |      Owner:  nobody
         Type:  New feature                   |     Status:  new
    Component:  Database layer (models, ORM)  |    Version:  master
     Severity:  Normal                        |   Keywords:
 Triage Stage:  Unreviewed                    |  Has patch:  0
Easy pickings:  0                             |      UI/UX:  0
----------------------------------------------+--------------------
 At the moment add and remove methods are not added to ManyRelatedManager
 if the intermediary model was not auto-created. I think they should be
 added as long as all fields (except the 2 obvious foreign keys :-)) are
 optional (that is, have null=True or default). Is there any way to
 identify such models already in Django?

 This would be especially helpful when adding intermediary model to already
 existing m2m fields.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19369>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" 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 https://groups.google.com/groups/opt_out.


Reply via email to