1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Removed django.utils.datastructures.SortedDict per deprecation timeline.

This commit is contained in:
Tim Graham
2014-11-19 12:22:23 -05:00
parent 41f0d3d3bc
commit c820892eed
6 changed files with 6 additions and 287 deletions

View File

@@ -1511,8 +1511,7 @@ Python versions, this module isn't useful anymore. It has been deprecated. Use
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
As :class:`~collections.OrderedDict` was added to the standard library in
Python 2.7, :class:`~django.utils.datastructures.SortedDict` is no longer
needed and has been deprecated.
Python 2.7, ``SortedDict`` is no longer needed and has been deprecated.
Custom SQL location for models package
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~