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
/
docs
/
ref
/
urls.txt
Age
Commit message (
Expand
)
Author
2025-08-28
Fixed #36570 -- Removed unnecessary :py domain from documentation roles.
SaJH
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2025-01-15
Refs #35090 -- Removed support for django.urls.register_converter() overridin...
Sarah Boyce
2024-09-30
Relocated path() explanation to docs/ref/urls.txt to simplify tutorial 1.
Chiara Mezzavilla
2024-02-23
Fixed #35090 -- Deprecated registering URL converters with the same name.
Salvo Polizzi
2023-09-18
Removed versionadded/changed annotations for 4.2.
Mariusz Felisiak
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2021-12-15
Refs #33365, Refs #30530 -- Doc'd re_path() behavior change in Django 2.2.25,...
Mariusz Felisiak
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-01-14
Refs #31534 -- Removed django.conf.urls.url() per deprecation timeline.
Mariusz Felisiak
2020-05-05
Fixed #31534 -- Deprecated django.conf.urls.url().
David Smith
2019-11-06
Documented arguments for custom 500 error view.
Dan Swain
2018-07-31
Refs #24733 -- Documented arguments for custom error views.
Adam Johnson
2018-05-17
Removed versionadded/changed annotations for 2.0.
Tim Graham
2018-02-12
Corrected doc'd type of some parameters from string to str.
Tim Graham
2017-10-28
Refs #21927 -- Removed docs for include()'s old instance_namespace parameter.
Samir Shah
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-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-27
Fixed #27748 -- Switched HTTP error handlers to reference callables instead o...
Dmitry Gladkov
2017-01-17
Refs #21927 -- Removed include()'s app_name argument per deprecation timeline.
Tim Graham
2016-12-22
Documented url()'s 'regex' parameter.
Adam Chainz
2016-06-20
Fixed #26776 -- Documented url()'s view argument.
Andrew Nester
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2016-01-05
Fixed #25878 -- Documented requirement that handler404 return a 404 response.
Tim Graham
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
Refs #23276 -- Removed passing views as strings to url() per deprecation time...
Tim Graham
2015-09-23
Refs #22218 -- Removed conf.urls.patterns() per deprecation timeline.
Tim Graham
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-08
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
2014-08-12
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2014-04-16
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-03-27
Fixed #21941 -- Documented the kwargs param of django.conf.urls.url().
Tim Martin
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-03-23
Fixed #22317 -- Fixed documented handler400 default value
Claude Paroz
2013-09-22
A few doc additions for changes from d228c1192e.
Ramiro Morales
2013-03-29
Fixed #19897 - Updated static files howto.
Tim Graham
2013-03-22
Added missing markup to docs.
Tim Graham
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-12-29
Removed django.conf.urls.defaults.
Aymeric Augustin
2012-10-06
More URL mapping documentation fixes.
Ramiro Morales
2012-10-06
Refactored URL mapping documentation.
Ramiro Morales