#24505: Multiple ManyToManyFields to same "to" model with related_name set to 
'+'
mix up badly
----------------------------------------------+--------------------
     Reporter:  gergelypolonkai               |      Owner:  nobody
         Type:  Bug                           |     Status:  new
    Component:  Database layer (models, ORM)  |    Version:  1.7
     Severity:  Normal                        |   Keywords:
 Triage Stage:  Unreviewed                    |  Has patch:  0
Easy pickings:  0                             |      UI/UX:  0
----------------------------------------------+--------------------
 I have a model, ProductField, which has a fillable_by and an approvable_by
 field. Both fields are defined as

 {{{
 ManyToManyField(to=Group, related_name='+')
 }}}

 Now when I add a group to fillable_by and another one to approvable_by,
 the fillable_by gets overridden by approvable_by. I cannot find anything
 related to this in the documentation, but it seems a pretty bad behaviour
 to me.

 The problem still exists in latest 1.7.7 version.

--
Ticket URL: <https://code.djangoproject.com/ticket/24505>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/058.e5c9ca2594f7fbbec361538b7d494289%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to