summaryrefslogtreecommitdiff
path: root/tests/urlpatterns
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
2025-01-16Refs #35090 -- Fixed urlpatterns.tests.SimplifiedURLTests when run in reverse.Mariusz Felisiak
2025-01-15Refs #35090 -- Removed support for django.urls.register_converter() overridin...Sarah Boyce
2024-08-28Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test su...Simon Charette
2024-03-05Fixed #35252 -- Optimized _route_to_regex().Adam Johnson
2024-02-29Refs #35090 -- Fixed urlpatterns.tests.SimplifiedURLTests when run in reverse.Mariusz Felisiak
2024-02-23Fixed #35090 -- Deprecated registering URL converters with the same name.Salvo Polizzi
2022-03-29Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.Alokik Vijay
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-12-13Fixed #33351 -- Made path()/re_path() raise TypeError when kwargs argument is...mendespedro
2021-12-07Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream access ...Florian Apolloner
2021-06-09Fixed #32195 -- Added system check for invalid view in path() and improved er...Angus Holder
2021-06-09Refs #32195 -- Added path() test for invalid view.Mariusz Felisiak
2021-01-14Refs #31534 -- Removed django.conf.urls.url() per deprecation timeline.Mariusz Felisiak
2020-09-02Fixed #31858 -- Reallowed whitespaces in URL paths outside of parameters.Tim Park
2020-05-05Fixed #31534 -- Deprecated django.conf.urls.url().David Smith
2020-04-15Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.Adam Johnson
2020-01-09Fixed #30995 -- Allowed converter.to_url() to raise ValueError to indicate no...Jack Cushman
2020-01-08Added tests for using the same name for multiple URL patterns.Jack Cushman
2019-12-06Fixed #31061 -- Ignored positional args in django.urls.resolve() when all opt...Mariusz Felisiak
2019-08-20Fixed #29667 -- Prohibited whitespaces in path() URLs.Hasan Ramezani
2019-08-12Corrected multiple typos.Min ho Kim
2019-07-03Fixed #29744 -- Fixed caching of URLResolver for a default URLconf.Benjamin Woodruff
2019-06-24Fixed #26431 -- Prevented django.urls.resolve() from returning missing option...daniel a rios
2019-06-24Refs #26431 -- Added tests for resolving URL and translate_url() with provide...daniel a rios
2019-06-17Fixed typos in FakePayload docstring and SimplifiedURLTests test name.Min ho Kim
2019-02-11Fixed spelling mistakes in comments and tests.Semen Zhydenko
2019-02-09Removed default empty content argument from HttpResponse calls.Jon Dufresne
2018-12-31Updated test URL patterns to use path() and re_path().Tim Graham
2018-12-06Fixed #28766 -- Added ResolverMatch.route.Benjamin Wohlwend
2018-11-30Removed urlpatterns_reverse dependency in urlpatterns tests.Xavier Fernandez
2018-10-04Fixed #29775 -- Fixed URL converters in a nested namespaced path.Eric Brandwein
2018-05-26Fixed #29415 -- Fixed detection of custom URL converters in included patterns.Xaroth Brook
2017-12-20Fixed #28947 -- Fixed crash when coercing a translatable URL pattern to str.Tilmann Becker
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus