summaryrefslogtreecommitdiff
path: root/tests/urlpatterns/test_resolvers.py
AgeCommit message (Expand)Author
2025-12-26Fixed #36796 -- Handled lazy routes correctly in RoutePattern.match().kundan223
2025-05-13Fixed #35518 -- Optimized RoutePattern by using string operations for convert...Jake Howard
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-07-03Fixed #29744 -- Fixed caching of URLResolver for a default URLconf.Benjamin Woodruff
2017-12-20Fixed #28947 -- Fixed crash when coercing a translatable URL pattern to str.Tilmann Becker