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
/
topics
/
http
/
urls.txt
Age
Commit message (
Expand
)
Author
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2018-10-17
Removed obsolete "ugly URL" reference.
Tom Dyson
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-07-24
Fixed typo in docs/topics/http/urls.txt.
minusf
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2018-02-26
Fixed incorrect regex in re_path() example.
René Fleschenberg
2018-02-20
Fixed #29146 -- Readded ^ and $ inadvertently removed from re_path() examples.
Seohong Park
2018-01-07
Updated various links in docs to use HTTPS.
Mariusz Felisiak
2017-12-27
Fixed #28966 -- Doc'd that the uuid URL path converter requires dashes
Tim Graham
2017-12-06
Fixed #28883 -- Doc'd that the uuid URL path converter matches lowercase only...
Tim Graham
2017-10-30
Fixed 'a'/'an' mix-ups in docs.
Ville Skyttä
2017-09-25
Fixed #28627 -- Added slug converter to some path() examples in docs.
Christopher Schäpers
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-05-20
Pointed Dive into Python links to python3 site
Michiel Beijen
2017-02-11
Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.
Robert Roskam
2016-06-17
Added urlpatterns variable in docs/topics/http/urls.txt.
Trey Hunner
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-07
Fixed a typo
Matthias K
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-16
Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
2015-09-23
Removed current_app argument to render() and TemplateResponse().
Tim Graham
2015-08-18
Used consistent capitalization and hyphenation of "class-based views" in docs.
Anton Strogonoff
2015-07-27
Fixed #24127 -- Changed the default current_app to the current namespace.
Marten Kenbeek
2015-06-20
Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None.
Marten Kenbeek
2015-06-08
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
2015-05-14
Minor edits to docs/topics/http/urls.txt
I am Clinton
2015-04-24
Fixed #24700 -- Added dash to slug regex in http docs
Marcus Pennington
2015-03-23
Fixed #13525 -- Added tests and docs for nested parameters in URL patterns.
Bas Peschier
2014-12-28
Deprecated current_app in TemplateResponse and render(_to_response).
Aymeric Augustin
2014-08-26
Fixed #17707, #20734 -- Added examples to URL namespacing docs.
Tim Graham
2014-08-12
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2014-06-10
Fixed #22801 -- Added 'www.' to diveintopython.net links
Maxime Turcotte
2014-06-03
Fixed #22384 -- Deprecated reversing URLs by dotted path.
Tim Graham
2014-04-25
Fixed #22517, "view prefix" still referenced in urlconf docs
Ben Davis
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-21
Removed contrib.comments per deprecation timeline.
Tim Graham
2013-12-30
Fixed #21708 -- Added some headings to separate unrelated topics.
Tim Graham
2013-12-26
Fixed #21582 -- Corrected URL namespace example.
Tim Graham
2013-09-24
Fixed #21137 -- Corrected ULRconf include example.
Tim Graham
2013-09-22
A few doc additions for changes from d228c1192e.
Ramiro Morales
2013-09-21
Fixed #21137 -- Documented best practice for URLconfs with repeated pattern p...
Michael DiBernardo
2013-08-03
Added missing request argument to example in URL dispatcher docs
Alasdair Nicol
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-05-18
Add missing imports and models to the examples in the view layer documentation
Silvan Spross
2013-04-10
Fixed #20204 - Consistent usage of url() in URL dispatcher documentation
Tim Graham
[next]