Changes between Version 10 and Version 11 of SortedDict
- Timestamp:
- Mar 31, 2014, 9:17:45 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SortedDict
v10 v11 1 1 = !SortedDict = 2 2 One of Django's custom data structure classes[[br]] 3 source: http://code.djangoproject.com/browser/django/trunk/django/utils/datastructures.py#L12 23 source: http://code.djangoproject.com/browser/django/trunk/django/utils/datastructures.py#L124 4 4 5 5 A dictionary that keeps its keys in the order in which they're inserted.