Changes between Version 9 and Version 10 of SortedDict
- Timestamp:
 - Nov 21, 2013, 2:56:26 PM (12 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
SortedDict
v9 v10 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#L1 183 source: http://code.djangoproject.com/browser/django/trunk/django/utils/datastructures.py#L122 4 4 5 5 A dictionary that keeps its keys in the order in which they're inserted.