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
/
base.py
Age
Commit message (
Expand
)
Author
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-01-29
Fixed #32345 -- Fixed preserving encoded query strings in set_language() view.
Sandro Covo
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
2019-07-03
Fixed #29744 -- Fixed caching of URLResolver for a default URLconf.
Benjamin Woodruff
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-12
Simplified django.urls.reverse() a bit.
Sergey Fedoseev
2018-05-26
Fixed #29415 -- Fixed detection of custom URL converters in included patterns.
Xaroth Brook
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-01-23
Assumed iri_to_uri always returns a string
Claude Paroz
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-01-23
Removed unnecessary imports.
Marten Kenbeek
2016-01-23
Removed unnecessary import in django/urls/base.py.
Yoong Kang Lim
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek