summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_datastructures.py
AgeCommit message (Expand)Author
2014-03-30[1.6.x] Fixed #22338 -- Fixed a test dependent on dictionary key iteration or...Tim Graham
2013-09-18[1.6.x] Fixed #15625 -- Made message in MultiValueDictKeyError less verbose.Tim Graham
2013-09-03[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-04-26Fixed #20321 -- Added missing key name in MergeDict KeyError messageClaude Paroz
2013-04-19Fixed #20276 -- Implemented __bool__ for MergeDictAnton Baklanov
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons