#17485: Queries with both deferred fields and select_related defer field.name
instead of field.attname
-------------------------------------+-------------------------------------
     Reporter:  koniiiik             |                    Owner:  akaariai
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |               Resolution:  fixed
     Severity:  Release blocker      |             Triage Stage:  Ready for
     Keywords:  defer                |  checkin
  select_related                     |      Needs documentation:  0
    Has patch:  1                    |  Patch needs improvement:  0
  Needs tests:  0                    |                    UI/UX:  0
Easy pickings:  0                    |
-------------------------------------+-------------------------------------
Changes (by Anssi Kääriäinen <akaariai@…>):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"f399a804c9436a5d3ef9e2b73c337904af2c753d"]:
 {{{
 #!CommitTicketReference repository=""
 revision="f399a804c9436a5d3ef9e2b73c337904af2c753d"
 Fixed #17485 regression -- only + select_related interaction

 When doing deeper than one level select_related() + only queries(), the
 code introduced in b6c356b7bb97f3d6d4831b31e67868313bbbc090 errored
 incorrectly.

 Thanks to mrmachine for report & test case.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17485#comment:15>
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