Changes between Version 10 and Version 11 of SortedDict


Ignore:
Timestamp:
Mar 31, 2014, 9:17:45 AM (10 years ago)
Author:
mdhowle
Comment:

New line number in source

Legend:

Unmodified
Added
Removed
Modified
  • SortedDict

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