summaryrefslogtreecommitdiff
path: root/tests/urlpatterns/path_urls.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.Alokik Vijay2022-03-291-1/+8
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-13/+23
* Fixed #31061 -- Ignored positional args in django.urls.resolve() when all opt...Mariusz Felisiak2019-12-061-0/+5
* Refs #26431 -- Added tests for resolving URL and translate_url() with provide...daniel a rios2019-06-241-0/+1
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-2/+1
* Fixed #28766 -- Added ResolverMatch.route.Benjamin Wohlwend2018-12-061-1/+3
* Removed urlpatterns_reverse dependency in urlpatterns tests.Xavier Fernandez2018-11-301-1/+1
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-201-0/+15