mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Deprecated SortedDict (replaced with collections.OrderedDict)
Thanks Loic Bistuer for the review.
This commit is contained in:
parent
b278f7478d
commit
07876cf02b
26 changed files with 139 additions and 107 deletions
|
@ -423,6 +423,9 @@ these changes.
|
|||
* FastCGI support via the ``runfcgi`` management command will be
|
||||
removed. Please deploy your project using WSGI.
|
||||
|
||||
* ``django.utils.datastructures.SortedDict`` will be removed. Use
|
||||
:class:`collections.OrderedDict` from the Python standard library instead.
|
||||
|
||||
2.0
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue