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
/
django
/
urls
Age
Commit message (
Expand
)
Author
2025-12-26
Fixed #36796 -- Handled lazy routes correctly in RoutePattern.match().
kundan223
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-05-13
Fixed #35518 -- Optimized RoutePattern by using string operations for convert...
Jake Howard
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2025-01-15
Refs #35090 -- Removed support for django.urls.register_converter() overridin...
Sarah Boyce
2024-12-11
Fixed #25582 -- Added support for query and fragment to django.urls.reverse().
Ben Cardy
2024-10-07
Fixed #35807 -- Mentioned async case for internal get/set urlconf helpers.
Carlton Gibson
2024-03-05
Fixed #35252 -- Optimized _route_to_regex().
Adam Johnson
2024-03-02
Fixed #35250 -- Made URL system checks use uncompiled regexes.
Adam Johnson
2024-03-02
Refs #35250 -- Avoided double conversion in RoutePattern.
Adam Johnson
2024-02-23
Fixed #35090 -- Deprecated registering URL converters with the same name.
Salvo Polizzi
2024-02-19
Fixed #35229 -- Made URL custom error handler check run once.
Adam Johnson
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-07-11
Refs #34691 -- Optimized system check for unmatched angle brackets in path().
Mariusz Felisiak
2023-07-11
Fixed #34691 -- Added system check for unmatched angle brackets in path().
Amir Karimi
2023-05-02
Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n pa...
Mariusz Felisiak
2023-04-10
Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_language a...
sarahboyce
2023-01-18
Refs #34233 -- Used @functools.cache.
Nick Pope
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-10-04
Fixed CVE-2022-41323 -- Prevented locales being interpreted as regular expres...
Adam Johnson
2022-09-01
Fixed #33955, Fixed #33971 -- Reverted "Fixed #32565 -- Moved internal URLRes...
Mariusz Felisiak
2022-05-17
Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.
Alokik Vijay
2022-03-29
Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.
Alokik Vijay
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-10
Fixed #33426 -- Fixed ResolverMatch.__repr_() for class-based views.
Keryn Knight
2021-12-13
Fixed #33351 -- Made path()/re_path() raise TypeError when kwargs argument is...
mendespedro
2021-12-07
Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream access ...
Florian Apolloner
2021-07-29
Fixed #23895 -- Prevented pickling of ResolverMatch.
Jonathan Davis
2021-06-22
Fixed #32870 -- Improved error message when URLconf is empty.
Igor Fernandes
2021-06-09
Fixed #32195 -- Added system check for invalid view in path() and improved er...
Angus Holder
2021-03-30
Refs #32260 -- Made admindocs and technical 404 debug page use view_func.view...
Adam Johnson
2021-03-29
Fixed #32572 -- Improved ResolverMatch.__repr__().
Nick Pope
2021-01-29
Fixed #32345 -- Fixed preserving encoded query strings in set_language() view.
Sandro Covo
2021-01-11
Refs #31791 -- Improved performance of URLResolver.resolve().
David Smith
2020-10-22
Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.
Carlton Gibson
2020-10-06
Removed unneeded iri_to_uri() call in reverse().
Florian Apolloner
2020-09-07
Fixed #31791 -- Made technical 404 debug page display the tried URL patterns ...
Jon Dufresne
2020-09-02
Fixed #31858 -- Reallowed whitespaces in URL paths outside of parameters.
Tim Park
2020-06-22
Removed unused param_dict return from URLResolver.resolve_error_handler().
Adam Johnson
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-04-27
Removed unnecessary tuple wrapping of single format string argument.
François Freitag
2020-04-15
Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.
Adam Johnson
2020-01-17
Fixed #31166 -- Used "raise from" when raising ImproperlyConfigured exception...
Ram Rachum
2020-01-09
Fixed #30995 -- Allowed converter.to_url() to raise ValueError to indicate no...
Jack Cushman
2019-12-06
Fixed #31061 -- Ignored positional args in django.urls.resolve() when all opt...
Mariusz Felisiak
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-08-20
Fixed #29667 -- Prohibited whitespaces in path() URLs.
Hasan Ramezani
2019-07-03
Fixed #29744 -- Fixed caching of URLResolver for a default URLconf.
Benjamin Woodruff
[next]