summaryrefslogtreecommitdiff
path: root/tests/deprecation/test_default_hashing_algorithm.py
AgeCommit message (Collapse)Author
2020-08-04Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
It's a transitional setting helpful in migrating multiple instance of the same project to Django 3.1+. Thanks Markus Holtermann for the report and review, Florian Apolloner for the implementation idea and review, and Carlton Gibson for the review.