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
2017-12-20
[2.0.x] Fixed #28947 -- Fixed crash when coercing a translatable URL pattern ...
Tilmann Becker
2017-11-08
[2.0.x] Refs #28593 -- Updated old class names in comments following URL rout...
Andrei Fokau
2017-11-07
[2.0.x] Fixed #28663 -- Add a check for likely incorrectly migrated django.ur...
Chris Lamb
2017-09-30
[2.0.x] Refs #27025, #28593 -- Fixed "invalid escape sequence" warnings in ur...
Jon Dufresne
2017-09-25
[2.0.x] 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
2016-08-20
Fixed #27018 -- Fixed admindocs crash with a view in a class.
Helen Sherwood-Taylor
2016-07-14
Fixed #26888 -- Fixed concurrency issue in URL resolver.
Marten Kenbeek
2016-06-20
Refs #22384 -- Readded RegexURLResolver.reverse().
Tim Graham
2016-06-18
Fixed #24931 -- Made namespaced RegexURLResolvers populate callback strings.
Markus Holtermann
2016-03-08
Fixed #25933 -- Allowed an unprefixed default language in i18n_patterns().
Krzysztof Urbaniak
2016-03-07
Fixed #26271 -- Fixed i18n_patterns resolution when no language is active
Claude Paroz
2016-01-23
Removed unnecessary imports.
Marten Kenbeek
2016-01-23
Removed unnecessary import in django/urls/base.py.
Yoong Kang Lim
2016-01-06
Fixed #26039 -- Unwrapped nested partials in URL reversal.
Grégory Starck
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek