Removed django.utils.functional.total_ordering()

This commit is contained in:
Tim Graham 2015-06-15 10:10:40 -04:00
parent 47fcbe506c
commit 4b600ed244
8 changed files with 15 additions and 41 deletions

View file

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