Changes between Version 11 and Version 12 of SortedDict


Ignore:
Timestamp:
Jul 5, 2014, 1:15:04 PM (10 years ago)
Author:
mdhowle
Comment:

Noted the deprecration of SortedDict

Legend:

Unmodified
Added
Removed
Modified
  • SortedDict

    v11 v12  
    11= !SortedDict =
     2
     3SortedDict is deprecated as of Django 1.7 and will be removed in Django 1.9. Use [http://docs.python.org/3/library/collections.html#collections.OrderedDict collections.OrderedDict] instead.  Available in Python 2.7 and 3.1+.
     4
    25One of Django's custom data structure classes[[br]]
    36source: http://code.djangoproject.com/browser/django/trunk/django/utils/datastructures.py#L124
Back to Top