Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 9877e84caaf42b307086dcc62003e1d2e7c80671
      
https://github.com/django/django/commit/9877e84caaf42b307086dcc62003e1d2e7c80671
  Author: Anssi Kääriäinen <akaar...@gmail.com>
  Date:   2012-05-07 (Mon, 07 May 2012)

  Changed paths:
    M django/utils/functional.py

  Log Message:
  -----------
  Fixed total_ordering for Python < 2.7.2

The total_ordering in Python versions prior to 2.7.2 is buggy, and
this caused infinite recursion for Field comparisons on those
versions. Use the borrowed total_ordering for all Python versions
prior to 2.7.2.

The buggy total_ordering was introduced in commit
5cbfb48b92cb26a335f9c8c0f79d3390290103e2


  Commit: 2e729c6c331982e1e0d439c6e5ba04c99c670029
      
https://github.com/django/django/commit/2e729c6c331982e1e0d439c6e5ba04c99c670029
  Author: Anssi Kääriäinen <anssi.kaariai...@thl.fi>
  Date:   2012-05-07 (Mon, 07 May 2012)

  Changed paths:
    M django/utils/functional.py

  Log Message:
  -----------
  Merge pull request #48 from akaariai/pull_38_fix

Fixed total_ordering for Python < 2.7.2


Compare: https://github.com/django/django/compare/5cbfb48...2e729c6

-- 
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 this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to