summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-06-15 10:10:40 -0400
committerTim Graham <timograham@gmail.com>2015-06-15 13:15:24 -0400
commit4b600ed24488b2d1fc0fd59fc883a84ee745fcf8 (patch)
tree0652c5a7f50fcbcd640bfbee41a9a4bfc217e362 /docs
parent47fcbe506c04019a12e16221843e25a52249b1ab (diff)
Removed django.utils.functional.total_ordering()
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index 38e6723d30..e858838b4e 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -659,6 +659,10 @@ Miscellaneous
* For security hardening, session keys must be at least 8 characters.
+* Private function ``django.utils.functional.total_ordering()`` has been
+ removed. It contained a workaround for a ``functools.total_ordering()`` bug
+ in Python versions older than 2.7.3.
+
.. _deprecated-features-1.9:
Features deprecated in 1.9