#26379: Inconsistent behaviour of filter() on related model (RelatedManager)
-------------------------------------+-------------------------------------
     Reporter:  ignus2               |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Database layer       |                  Version:  1.9
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by akaariai):

 Unfortunately this is by design. The first call to .filter() targets the
 join generated by the relation, after that new joins are generated. See
 the sticky filter references in the ORM.

 If possible, I'd like to change this at some point. But currently we don't
 have any way to get the current behavior if sticky filter is removed.

--
Ticket URL: <https://code.djangoproject.com/ticket/26379#comment:5>
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/064.25a6a837e20aaf960a2e591db684ec8c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to