#22826: Simplify Query.setup_joins
----------------------------------------------+----------------------------
     Reporter:  jorgecarleitao                |      Owner:  jorgecarleitao
         Type:  Cleanup/optimization          |     Status:  new
    Component:  Database layer (models, ORM)  |    Version:  master
     Severity:  Normal                        |   Keywords:
 Triage Stage:  Unreviewed                    |  Has patch:  0
Easy pickings:  0                             |      UI/UX:  0
----------------------------------------------+----------------------------
 Currently, not all arguments returned by Query.setup_joins are being used
 all the times.

 On the other hand, some arguments are systematically being used in common
 things (e.g. join_list[-1])

 I propose to have a minor cleanup on these as part of an effort to
 simplify the entanglement between
 Query, SQLCompiler, and SQLEvalutor.

 This is a minor simplification and doesn't affect any public API.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22826>
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/057.ab9cf60b64371c0186f26ab6b2445742%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to