index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
urlpatterns
Age
Commit message (
Expand
)
Author
2020-09-02
Fixed #31858 -- Reallowed whitespaces in URL paths outside of parameters.
Tim Park
2020-05-05
Fixed #31534 -- Deprecated django.conf.urls.url().
David Smith
2020-04-15
Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.
Adam Johnson
2020-01-09
Fixed #30995 -- Allowed converter.to_url() to raise ValueError to indicate no...
Jack Cushman
2020-01-08
Added tests for using the same name for multiple URL patterns.
Jack Cushman
2019-12-06
Fixed #31061 -- Ignored positional args in django.urls.resolve() when all opt...
Mariusz Felisiak
2019-08-20
Fixed #29667 -- Prohibited whitespaces in path() URLs.
Hasan Ramezani
2019-08-12
Corrected multiple typos.
Min ho Kim
2019-07-03
Fixed #29744 -- Fixed caching of URLResolver for a default URLconf.
Benjamin Woodruff
2019-06-24
Fixed #26431 -- Prevented django.urls.resolve() from returning missing option...
daniel a rios
2019-06-24
Refs #26431 -- Added tests for resolving URL and translate_url() with provide...
daniel a rios
2019-06-17
Fixed typos in FakePayload docstring and SimplifiedURLTests test name.
Min ho Kim
2019-02-11
Fixed spelling mistakes in comments and tests.
Semen Zhydenko
2019-02-09
Removed default empty content argument from HttpResponse calls.
Jon Dufresne
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-12-06
Fixed #28766 -- Added ResolverMatch.route.
Benjamin Wohlwend
2018-11-30
Removed urlpatterns_reverse dependency in urlpatterns tests.
Xavier Fernandez
2018-10-04
Fixed #29775 -- Fixed URL converters in a nested namespaced path.
Eric Brandwein
2018-05-26
Fixed #29415 -- Fixed detection of custom URL converters in included patterns.
Xaroth Brook
2017-12-20
Fixed #28947 -- Fixed crash when coercing a translatable URL pattern to str.
Tilmann Becker
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus