summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_topological_sort.py
AgeCommit message (Expand)Author
2023-01-19Fixed #32528 -- Replaced django.utils.topological_sort with graphlib.Topologi...Nick Pope
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-02-25Refs #30179 -- Moved topological sort functions to django.utils.Matthias Kestenholz