summaryrefslogtreecommitdiff
path: root/django/urls
AgeCommit message (Expand)Author
2023-07-11Refs #34691 -- Optimized system check for unmatched angle brackets in path().Mariusz Felisiak
2023-07-11Fixed #34691 -- Added system check for unmatched angle brackets in path().Amir Karimi
2023-05-02Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n pa...Mariusz Felisiak
2023-04-10Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_language a...sarahboyce
2023-01-18Refs #34233 -- Used @functools.cache.Nick Pope
2023-01-18Refs #34233 -- Used str.removeprefix()/removesuffix().Mariusz Felisiak
2022-10-31Used more augmented assignment statements.Nick Pope
2022-10-04Fixed CVE-2022-41323 -- Prevented locales being interpreted as regular expres...Adam Johnson
2022-09-01Fixed #33955, Fixed #33971 -- Reverted "Fixed #32565 -- Moved internal URLRes...Mariusz Felisiak
2022-05-17Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.Alokik Vijay
2022-03-29Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.Alokik Vijay
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-10Fixed #33426 -- Fixed ResolverMatch.__repr_() for class-based views.Keryn Knight
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-07-29Fixed #23895 -- Prevented pickling of ResolverMatch.Jonathan Davis
2021-06-22Fixed #32870 -- Improved error message when URLconf is empty.Igor Fernandes
2021-06-09Fixed #32195 -- Added system check for invalid view in path() and improved er...Angus Holder
2021-03-30Refs #32260 -- Made admindocs and technical 404 debug page use view_func.view...Adam Johnson
2021-03-29Fixed #32572 -- Improved ResolverMatch.__repr__().Nick Pope
2021-01-29Fixed #32345 -- Fixed preserving encoded query strings in set_language() view.Sandro Covo
2021-01-11Refs #31791 -- Improved performance of URLResolver.resolve().David Smith
2020-10-22Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.Carlton Gibson
2020-10-06Removed unneeded iri_to_uri() call in reverse().Florian Apolloner
2020-09-07Fixed #31791 -- Made technical 404 debug page display the tried URL patterns ...Jon Dufresne
2020-09-02Fixed #31858 -- Reallowed whitespaces in URL paths outside of parameters.Tim Park
2020-06-22Removed unused param_dict return from URLResolver.resolve_error_handler().Adam Johnson
2020-05-11Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne
2020-04-27Removed unnecessary tuple wrapping of single format string argument.François Freitag
2020-04-15Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.Adam Johnson
2020-01-17Fixed #31166 -- Used "raise from" when raising ImproperlyConfigured exception...Ram Rachum
2020-01-09Fixed #30995 -- Allowed converter.to_url() to raise ValueError to indicate no...Jack Cushman
2019-12-06Fixed #31061 -- Ignored positional args in django.urls.resolve() when all opt...Mariusz Felisiak
2019-10-29Fixed #30899 -- Lazily compiled import time regular expressions.Hasan Ramezani
2019-08-20Fixed #29667 -- Prohibited whitespaces in path() URLs.Hasan Ramezani
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-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin
2019-06-12Simplified django.urls.reverse() a bit.Sergey Fedoseev
2019-04-25Fixed #30318 -- Added check for importability of arguments of custom error ha...Alasdair Nicol
2019-02-04Removed django.utils.lru_cache usage.Tim Graham
2018-12-06Fixed #28766 -- Added ResolverMatch.route.Benjamin Wohlwend
2018-10-04Fixed #29775 -- Fixed URL converters in a nested namespaced path.Eric Brandwein
2018-09-14Fixed #29642 -- Added check for arguments of custom error handler views.Adam Johnson
2018-08-01Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware.Andreas Hug
2018-05-26Fixed #29415 -- Fixed detection of custom URL converters in included patterns.Xaroth Brook
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2017-12-26Fixed #28930 -- Simplified code with any() and all().Дилян Палаузов
2017-12-20Fixed #28947 -- Fixed crash when coercing a translatable URL pattern to str.Tilmann Becker