Fixed #7496 -- It's now possible to pickle SortedDicts with pickle protocol 2
commit7e393f5cc6cf9e4c1570382bb2343ad34e3db638
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Mon, 25 Aug 2008 04:00:15 +0000 (25 04:00 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Mon, 25 Aug 2008 04:00:15 +0000 (25 04:00 +0000)
tree0450d85f91cdd022010d66d2a17d9aba67a2dd92
parentf8a5c694ffcee74f90218ecbe81317a400bf8744
Fixed #7496 -- It's now possible to pickle SortedDicts with pickle protocol 2
(used in caching). Thanks, John Huddleston.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8531 bcc190cf-cafb-0310-a4f2-bffc1f526a37
AUTHORS
django/utils/datastructures.py
tests/regressiontests/datastructures/tests.py