summaryrefslogtreecommitdiff
path: root/tests/urlpatterns/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.Alokik Vijay2022-03-291-0/+37
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-144/+173
* Fixed #33351 -- Made path()/re_path() raise TypeError when kwargs argument is...mendespedro2021-12-131-1/+10
* Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream access ...Florian Apolloner2021-12-071-0/+13
* Fixed #32195 -- Added system check for invalid view in path() and improved er...Angus Holder2021-06-091-0/+9
* Refs #32195 -- Added path() test for invalid view.Mariusz Felisiak2021-06-091-0/+5
* Refs #31534 -- Removed django.conf.urls.url() per deprecation timeline.Mariusz Felisiak2021-01-141-12/+0
* Fixed #31858 -- Reallowed whitespaces in URL paths outside of parameters.Tim Park2020-09-021-4/+14
* Fixed #31534 -- Deprecated django.conf.urls.url().David Smith2020-05-051-0/+12
* Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.Adam Johnson2020-04-151-1/+9
* Fixed #30995 -- Allowed converter.to_url() to raise ValueError to indicate no...Jack Cushman2020-01-091-4/+21
* Added tests for using the same name for multiple URL patterns.Jack Cushman2020-01-081-0/+38
* Fixed #31061 -- Ignored positional args in django.urls.resolve() when all opt...Mariusz Felisiak2019-12-061-0/+10
* Fixed #29667 -- Prohibited whitespaces in path() URLs.Hasan Ramezani2019-08-201-0/+5
* Corrected multiple typos.Min ho Kim2019-08-121-1/+1
* Fixed #26431 -- Prevented django.urls.resolve() from returning missing option...daniel a rios2019-06-241-4/+12
* Refs #26431 -- Added tests for resolving URL and translate_url() with provide...daniel a rios2019-06-241-0/+6
* Fixed typos in FakePayload docstring and SimplifiedURLTests test name.Min ho Kim2019-06-171-1/+1
* Fixed spelling mistakes in comments and tests.Semen Zhydenko2019-02-111-1/+1
* Fixed #28766 -- Added ResolverMatch.route.Benjamin Wohlwend2018-12-061-0/+25
* Fixed #29775 -- Fixed URL converters in a nested namespaced path.Eric Brandwein2018-10-041-0/+7
* Fixed #29415 -- Fixed detection of custom URL converters in included patterns.Xaroth Brook2018-05-261-7/+23
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-201-0/+165