1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

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