Changes between Version 3 and Version 4 of SortedDict
- Timestamp:
- Sep 29, 2008, 9:40:40 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SortedDict
v3 v4 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#L533 source: http://code.djangoproject.com/browser/django/trunk/django/utils/datastructures.py#L53 4 4 5 5 A dictionary that keeps its keys in the order in which they're inserted.