summaryrefslogtreecommitdiff
path: root/django/urls
AgeCommit message (Expand)Author
2018-08-01[2.1.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMidd...Andreas Hug
2018-05-26[2.1.x] Fixed #29415 -- Fixed detection of custom URL converters in included ...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
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-12-04Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов
2017-11-08Refs #28593 -- Updated old class names in comments following URL routing chan...Andrei Fokau
2017-11-07Fixed #28663 -- Add a check for likely incorrectly migrated django.urls.path(...Chris Lamb
2017-10-20Removed redundant inner imports.Mariusz Felisiak
2017-09-30Refs #27025, #28593 -- Fixed "invalid escape sequence" warnings in urls/resol...Jon Dufresne
2017-09-25Fixed #27857 -- Dropped support for Python 3.4.Tim Graham
2017-09-25Merged startswith() calls.Mariusz Felisiak
2017-09-22Refs #28593 -- Made URLResolver._populate() more resilient to signal interrupts.Daniel Tao
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-09-13Refs #28593 -- Moved django.conf.urls.include() to django.urls().Tim Graham
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-07-29Avoided creation of temporary sets.Sergey Fedoseev
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne
2017-05-27Fixed #28226 -- Replaced use of str.join() with concatenation.Tom
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-26Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...Claude Paroz
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-23Assumed iri_to_uri always returns a stringClaude Paroz
2017-01-21Refs #23919 -- Removed re.U and re.UNICODE (default on Python 3).Mariusz Felisiak
2017-01-20Refs #23919 -- Removed unneeded str() callsClaude Paroz
2017-01-20Refs #23919 -- Removed unneeded force_str callsClaude Paroz
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Stopped using django.utils.lru_cache().Aymeric Augustin
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-11Fixed #27713 -- Clarified NoReverseMatch error message when no view is found.Marten Kenbeek
2016-11-14Fixed #27453 -- Avoided unnecessary recompilation of non-translated URL regexes.Carl Meyer
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-10-05Fixed #27262 -- Moved URL checks to resolver and pattern classes.Lucas Lois
2016-08-20Fixed #27018 -- Fixed admindocs crash with a view in a class.Helen Sherwood-Taylor
2016-07-14Fixed #26888 -- Fixed concurrency issue in URL resolver.Marten Kenbeek
2016-06-20Refs #22384 -- Readded RegexURLResolver.reverse().Tim Graham
2016-06-18Fixed #24931 -- Made namespaced RegexURLResolvers populate callback strings.Markus Holtermann
2016-03-08Fixed #25933 -- Allowed an unprefixed default language in i18n_patterns().Krzysztof Urbaniak
2016-03-07Fixed #26271 -- Fixed i18n_patterns resolution when no language is activeClaude Paroz
2016-01-23Removed unnecessary imports.Marten Kenbeek
2016-01-23Removed unnecessary import in django/urls/base.py.Yoong Kang Lim
2016-01-06Fixed #26039 -- Unwrapped nested partials in URL reversal.Grégory Starck
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek