Branch: refs/heads/stable/1.5.x
  Home:   https://github.com/django/django
  Commit: 538d6c0fcd7e0a5505aa4d0424edc823ce2f511f
      
https://github.com/django/django/commit/538d6c0fcd7e0a5505aa4d0424edc823ce2f511f
  Author: Anssi Kääriäinen <akaar...@gmail.com>
  Date:   2012-11-13 (Tue, 13 Nov 2012)

  Changed paths:
    M django/utils/datastructures.py

  Log Message:
  -----------
  Some changes to SortedDict to make it faster under py2

Refs #19276


  Commit: fe21c233d44a5cafff0766eb17ed3df20e08b70f
      
https://github.com/django/django/commit/fe21c233d44a5cafff0766eb17ed3df20e08b70f
  Author: Anssi Kääriäinen <akaar...@gmail.com>
  Date:   2012-11-13 (Tue, 13 Nov 2012)

  Changed paths:
    M django/db/models/sql/query.py

  Log Message:
  -----------
  Removed use of SortedDict for query.alias_refcount

This will have a smallish impact on performance. Refs #19276.


  Commit: af044d86b87d23eb504687ab66027d8c124dff81
      
https://github.com/django/django/commit/af044d86b87d23eb504687ab66027d8c124dff81
  Author: Anssi Kääriäinen <akaar...@gmail.com>
  Date:   2012-11-13 (Tue, 13 Nov 2012)

  Changed paths:
    M django/db/models/options.py
    M django/db/models/query.py

  Log Message:
  -----------
  Fixed select_related performance regressions

The regression was caused by select_related fix for Oracle, commit
c159d9cec0baab7bbd04d5d51a92a51e354a722a.


Compare: https://github.com/django/django/compare/5e9af1600d74...af044d86b87d

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