mirror of
https://github.com/django/django.git
synced 2025-10-17 22:07:29 +00:00
Removed django.utils.functional.total_ordering()
This commit is contained in:
parent
47fcbe506c
commit
4b600ed244
8 changed files with 15 additions and 41 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue