summaryrefslogtreecommitdiff
path: root/django/utils/hashable.py
AgeCommit message (Expand)Author
2020-10-05Refs #29838, Refs #28507 -- Made make_hashable() ignore key order.Simon Charette
2018-10-17Refs #29838 -- Fixed make_hashable() for values that have lists or dicts nest...aspalding
2018-10-17Moved make_hashable() to django.utils and added tests.aspalding