summaryrefslogtreecommitdiff
path: root/tests/urlpatterns/path_same_name_urls.py
AgeCommit message (Collapse)Author
2022-02-08[4.0.x] Refs #33476 -- Reformatted code with Black.django-bot
Backport of 9c19aff7c7561e3a82978a272ecdaad40dda5c00 from main.
2020-01-09Fixed #30995 -- Allowed converter.to_url() to raise ValueError to indicate ↵Jack Cushman
no match.
2020-01-08Added tests for using the same name for multiple URL patterns.Jack Cushman