summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_hashable.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-9/+9
* Refs #29838, Refs #28507 -- Made make_hashable() ignore key order.Simon Charette2020-10-051-1/+2
* Refs #29838 -- Fixed make_hashable() for values that have lists or dicts nest...aspalding2018-10-171-1/+11
* Moved make_hashable() to django.utils and added tests.aspalding2018-10-171-0/+25