summaryrefslogtreecommitdiff
path: root/docs/topics/http/urls.txt
AgeCommit message (Expand)Author
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed double spaces after periods in sentences.Natalia
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-04-15Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.Ahmed Nassar
2025-01-15Refs #35090 -- Removed support for django.urls.register_converter() overridin...Sarah Boyce
2024-02-23Fixed #35090 -- Deprecated registering URL converters with the same name.Salvo Polizzi
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2022-10-10Fixed #25996 -- Revised performance section in URLs topic docs.Ralph Reid
2022-05-31Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
2022-01-07Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.Ad Timmering
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2020-01-24Fixed #31184 -- Clarified URL matching behavior in URL dispatcher docs.Roy Smith
2020-01-09Fixed #30995 -- Allowed converter.to_url() to raise ValueError to indicate no...Jack Cushman
2020-01-08Clarified that ValueError raised by converter.to_python() means no match unle...Jack Cushman
2019-12-12Fixed #31069, Refs #26431 -- Doc'd RegexPattern behavior change in passing op...Hasan Ramezani
2019-12-06Fixed #31061 -- Ignored positional args in django.urls.resolve() when all opt...Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-07-04Fixed #30600 -- Clarified that ValueError raised by converter.to_python() mea...sp1rs
2019-05-13Fixed #30437 -- Clarified that urlpatterns can be a sequence.Jonatas C. Damasceno
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-10-17Removed obsolete "ugly URL" reference.Tom Dyson
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-07-24Fixed typo in docs/topics/http/urls.txt.minusf
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-02-26Fixed incorrect regex in re_path() example.René Fleschenberg
2018-02-20Fixed #29146 -- Readded ^ and $ inadvertently removed from re_path() examples.Seohong Park
2018-01-07Updated various links in docs to use HTTPS.Mariusz Felisiak
2017-12-27Fixed #28966 -- Doc'd that the uuid URL path converter requires dashesTim Graham
2017-12-06Fixed #28883 -- Doc'd that the uuid URL path converter matches lowercase only...Tim Graham
2017-10-30Fixed 'a'/'an' mix-ups in docs.Ville Skyttä
2017-09-25Fixed #28627 -- Added slug converter to some path() examples in docs.Christopher Schäpers
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-05-20Pointed Dive into Python links to python3 siteMichiel Beijen
2017-02-11Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.Robert Roskam
2016-06-17Added urlpatterns variable in docs/topics/http/urls.txt.Trey Hunner
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-07Fixed a typoMatthias K
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-09-23Removed current_app argument to render() and TemplateResponse().Tim Graham
2015-08-18Used consistent capitalization and hyphenation of "class-based views" in docs.Anton Strogonoff
2015-07-27Fixed #24127 -- Changed the default current_app to the current namespace.Marten Kenbeek
2015-06-20Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None.Marten Kenbeek