#19849: ORM cleanup
-------------------------------------+-------------------------------------
     Reporter:  akaariai             |                    Owner:  nobody
         Type:                       |                   Status:  new
  Cleanup/optimization               |                  Version:  master
    Component:  Database layer       |               Resolution:
  (models, ORM)                      |             Triage Stage:  Accepted
     Severity:  Normal               |      Needs documentation:  0
     Keywords:                       |  Patch needs improvement:  0
    Has patch:  1                    |                    UI/UX:  0
  Needs tests:  0                    |
Easy pickings:  0                    |
-------------------------------------+-------------------------------------

Comment (by Anssi Kääriäinen <akaariai@…>):

 In [changeset:"edf93127bf2f9dc35b45cdea5d39a1b417ab1638"]:
 {{{
 #!CommitTicketReference repository=""
 revision="edf93127bf2f9dc35b45cdea5d39a1b417ab1638"
 Removed join() promote kwarg

 The join promote=True was over-aggressive in select_related handling.
 After that was removed, the only other user was query.combine(). That
 use case is very easy to handle locally, so there is no more need for
 the join(promote=True) flag.

 Refs #19849.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19849#comment:3>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to