index
:
chango.git
devmain
fix-31295
initial-branch
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
2019-12-06
[3.0.x] Fixed #31061 -- Ignored positional args in django.urls.resolve() when...
Mariusz Felisiak
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
2019-06-24
Fixed #26431 -- Prevented django.urls.resolve() from returning missing option...
daniel a rios
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-12
Simplified django.urls.reverse() a bit.
Sergey Fedoseev
2019-04-25
Fixed #30318 -- Added check for importability of arguments of custom error ha...
Alasdair Nicol
2019-02-04
Removed django.utils.lru_cache usage.
Tim Graham
2018-12-06
Fixed #28766 -- Added ResolverMatch.route.
Benjamin Wohlwend
2018-10-04
Fixed #29775 -- Fixed URL converters in a nested namespaced path.
Eric Brandwein
2018-09-14
Fixed #29642 -- Added check for arguments of custom error handler views.
Adam Johnson
2018-08-01
Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware.
Andreas Hug
2018-05-26
Fixed #29415 -- Fixed detection of custom URL converters in included patterns.
Xaroth Brook
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-26
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-12-20
Fixed #28947 -- Fixed crash when coercing a translatable URL pattern to str.
Tilmann Becker
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-08
Refs #28593 -- Updated old class names in comments following URL routing chan...
Andrei Fokau
2017-11-07
Fixed #28663 -- Add a check for likely incorrectly migrated django.urls.path(...
Chris Lamb
2017-10-20
Removed redundant inner imports.
Mariusz Felisiak
2017-09-30
Refs #27025, #28593 -- Fixed "invalid escape sequence" warnings in urls/resol...
Jon Dufresne
2017-09-25
Fixed #27857 -- Dropped support for Python 3.4.
Tim Graham
2017-09-25
Merged startswith() calls.
Mariusz Felisiak
2017-09-22
Refs #28593 -- Made URLResolver._populate() more resilient to signal interrupts.
Daniel Tao
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-13
Refs #28593 -- Moved django.conf.urls.include() to django.urls().
Tim Graham
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-07-29
Avoided creation of temporary sets.
Sergey Fedoseev
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-27
Fixed #28226 -- Replaced use of str.join() with concatenation.
Tom
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-26
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-23
Assumed iri_to_uri always returns a string
Claude Paroz
2017-01-21
Refs #23919 -- Removed re.U and re.UNICODE (default on Python 3).
Mariusz Felisiak
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Stopped using django.utils.lru_cache().
Aymeric Augustin
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 six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-11
Fixed #27713 -- Clarified NoReverseMatch error message when no view is found.
Marten Kenbeek
2016-11-14
Fixed #27453 -- Avoided unnecessary recompilation of non-translated URL regexes.
Carl Meyer
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-10-05
Fixed #27262 -- Moved URL checks to resolver and pattern classes.
Lucas Lois
[next]