Changes between Version 6 and Version 7 of SortedDict
- Timestamp:
- Aug 2, 2011, 8:17:13 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SortedDict
v6 v7 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 533 source: http://code.djangoproject.com/browser/django/trunk/django/utils/datastructures.py#L99 4 4 5 5 A dictionary that keeps its keys in the order in which they're inserted.