Changes between Version 6 and Version 7 of SortedDict


Ignore:
Timestamp:
Aug 2, 2011, 8:17:13 AM (13 years ago)
Author:
anonymous
Comment:

update line number

Legend:

Unmodified
Added
Removed
Modified
  • SortedDict

    v6 v7  
    11= !SortedDict =
    22One of Django's custom data structure classes[[br]]
    3 source: http://code.djangoproject.com/browser/django/trunk/django/utils/datastructures.py#L53
     3source: http://code.djangoproject.com/browser/django/trunk/django/utils/datastructures.py#L99
    44
    55A dictionary that keeps its keys in the order in which they're inserted.
Back to Top