summaryrefslogtreecommitdiff
path: root/django/utils/hashable.py
AgeCommit message (Collapse)Author
2018-10-17Refs #29838 -- Fixed make_hashable() for values that have lists or dicts ↵aspalding
nested in tuples. And for non-hashable values that are iterable, e.g. sets.
2018-10-17Moved make_hashable() to django.utils and added tests.aspalding