Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 11699ac4b5f98ec11dba02b356a8fd4ab6b4b889
      
https://github.com/django/django/commit/11699ac4b5f98ec11dba02b356a8fd4ab6b4b889
  Author: Anssi Kääriäinen <akaar...@gmail.com>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    M django/contrib/gis/db/models/sql/compiler.py
    M django/db/models/sql/compiler.py
    M django/db/models/sql/constants.py
    M django/db/models/sql/query.py
    M django/db/models/sql/subqueries.py

  Log Message:
  -----------
  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.



-- 
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