Changes between Version 11 and Version 12 of SortedDict
- Timestamp:
- Jul 5, 2014, 1:15:04 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SortedDict
v11 v12 1 1 = !SortedDict = 2 3 SortedDict 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 2 5 One of Django's custom data structure classes[[br]] 3 6 source: http://code.djangoproject.com/browser/django/trunk/django/utils/datastructures.py#L124