summaryrefslogtreecommitdiff
path: root/django/conf/urls
Commit message (Expand)AuthorAgeFilesLines
* Refs #34233 -- Used @functools.cache.Nick Pope2023-01-181-1/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-073-3/+5
* Refs #31534 -- Removed django.conf.urls.url() per deprecation timeline.Mariusz Felisiak2021-01-141-15/+2
* Refs #31534 -- Improved django.conf.urls.url() warning message with stackleve...Jon Dufresne2020-05-231-0/+1
* Fixed #31534 -- Deprecated django.conf.urls.url().David Smith2020-05-051-0/+8
* Fixed #24336 -- Made django.conf.urls.static() ignore all absolute URLsClaude Paroz2018-07-241-1/+2
* Refs #28593 -- Updated old class names in comments following URL routing chan...Andrei Fokau2017-11-081-1/+1
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-203-17/+14
* Refs #28593 -- Moved django.conf.urls.include() to django.urls().Tim Graham2017-09-131-54/+1
* Refs #27656 -- Updated remaining docstring verbs according to PEP 257.Anton Samarchyan2017-03-042-4/+3
* Fixed typos in code comments.Anton Samarchyan2017-02-221-1/+1
* Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis2017-02-011-3/+1
* Fixed #27748 -- Switched HTTP error handlers to reference callables instead o...Dmitry Gladkov2017-01-271-4/+5
* Improved test coverage and error messages for conf.urls.__init__.Anton Samarchyan2017-01-271-3/+4
* Slightly simplified django.conf.urls.static.static().Anton Samarchyan2017-01-261-3/+3
* Refs #23919 -- Stopped using django.utils.lru_cache().Aymeric Augustin2017-01-181-2/+3
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #21927 -- Removed include()'s app_name argument per deprecation timeline.Tim Graham2017-01-171-19/+6
* Fixed #26945 -- Ensured that i18n_patterns returns a listAlex Hill2016-07-241-1/+1
* Fixed #25933 -- Allowed an unprefixed default language in i18n_patterns().Krzysztof Urbaniak2016-03-081-3/+20
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-312-2/+2
* Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...Tim Graham2015-09-231-1/+3
* Refs #23276 -- Removed passing views as strings to url() per deprecation time...Tim Graham2015-09-231-15/+2
* Refs #22218 -- Removed conf.urls.patterns() per deprecation timeline.Tim Graham2015-09-232-37/+5
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Sorted imports in __init__.py files.Tim Graham2015-06-271-3/+4
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-242-12/+13
* Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek2015-06-081-4/+32
* Fixed #17716 -- Prevented include('...', app_name='...') without a namespace.Tim Graham2015-02-121-0/+3
* Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham2014-08-123-2/+10
* Cleaned up string detection for a deprecation warning by using six.string_types.Tim Graham2014-04-031-1/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-033-9/+30
* Removed django.views.defaults.shortcut and django.conf.urls.shortcut per depr...Tim Graham2014-03-211-11/+0
* Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz2014-03-081-1/+2
* Started attackign the next flake8 violationAlex Gaynor2013-10-313-0/+6
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+2
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-1/+1
* Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes2013-05-251-1/+2
* Deprecated django.views.defaults.shortcut.Aymeric Augustin2013-03-141-0/+5
* Removed django.conf.urls.defaults.Aymeric Augustin2012-12-291-6/+0
* Fixed #18700 -- Added URL reversal for i18n set_language view.Simon Meers2012-08-041-2/+2
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-2/+3
* Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin2012-05-031-1/+1
* Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales2011-09-115-63/+69
* Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso...Jannis Leidel2011-08-121-0/+1
* Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...Jannis Leidel2011-06-152-2/+35
* Fixed #15598 -- Updated static URL helper to be no-op on non-local prefixes. ...Jannis Leidel2011-03-151-3/+2
* Fixed #15314 -- Added tests for the static URL pattern function added in r155...Jannis Leidel2011-02-161-1/+1