#19190: Refactor sql.query.select and select_fields
-------------------------------------+-------------------------------------
     Reporter:  akaariai             |                    Owner:  nobody
         Type:                       |                   Status:  closed
  Cleanup/optimization               |                  Version:  master
    Component:  Database layer       |               Resolution:  fixed
  (models, ORM)                      |             Triage Stage:  Ready for
     Severity:  Normal               |  checkin
     Keywords:                       |      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:"11699ac4b5f98ec11dba02b356a8fd4ab6b4b889"]:
 {{{
 #!CommitTicketReference repository=""
 revision="11699ac4b5f98ec11dba02b356a8fd4ab6b4b889"
 Fixed #19190 -- Refactored Query select clause attributes

 The Query.select and Query.select_fields were collapsed into one list
 because the attributes had to be always in sync. Now that they are in
 one attribute it is impossible to edit them out of sync.

 Similar collapse was done for Query.related_select_cols and
 Query.related_select_fields.
 }}}

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


Reply via email to