Changes between Version 9 and Version 10 of SortedDict


Ignore:
Timestamp:
Nov 21, 2013, 2:56:26 PM (10 years ago)
Author:
mdhowle
Comment:

New line number in source

Legend:

Unmodified
Added
Removed
Modified
  • SortedDict

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