Changes between Version 8 and Version 9 of SortedDict


Ignore:
Timestamp:
Jun 10, 2013, 8:31:21 AM (11 years ago)
Author:
mdhowle@…
Comment:

New line number in source

Legend:

Unmodified
Added
Removed
Modified
  • SortedDict

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