Changes between Version 8 and Version 9 of SortedDict
- Timestamp:
- Jun 10, 2013, 8:31:21 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SortedDict
v8 v9 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#L 993 source: http://code.djangoproject.com/browser/django/trunk/django/utils/datastructures.py#L118 4 4 5 5 A dictionary that keeps its keys in the order in which they're inserted.