Commit History

Author SHA1 Message Date
  Chiara Mezzavilla 73e8e81141 Relocated path() explanation to docs/ref/urls.txt to simplify tutorial 1. 1 month ago
  Salvo Polizzi 6e1ece7ed5 Fixed #35090 -- Deprecated registering URL converters with the same name. 9 months ago
  Mariusz Felisiak 295467c04a Removed versionadded/changed annotations for 4.2. 1 year ago
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 1 year ago
  Mariusz Felisiak 5de12a369a Refs #33365, Refs #30530 -- Doc'd re_path() behavior change in Django 2.2.25, 3.1.14, and 3.2.10. 2 years ago
  David Smith 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 years ago
  Mariusz Felisiak 98ae3925e5 Refs #31534 -- Removed django.conf.urls.url() per deprecation timeline. 3 years ago
  David Smith 2522559d1a Fixed #31534 -- Deprecated django.conf.urls.url(). 4 years ago
  Dan Swain 422b875c65 Documented arguments for custom 500 error view. 5 years ago
  Adam Johnson 49f97b645f Refs #24733 -- Documented arguments for custom error views. 6 years ago
  Tim Graham 7543ab1f8d Removed versionadded/changed annotations for 2.0. 6 years ago
  Tim Graham d63c00a428 Corrected doc'd type of some parameters from string to str. 6 years ago
  Samir Shah 6c98c5abdf Refs #21927 -- Removed docs for include()'s old instance_namespace parameter. 7 years ago
  Sjoerd Job Postmus df41b5a05d Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 8 years ago
  Tim Graham ee4043f735 Refs #28593 -- Moved django.conf.urls.include() to django.urls(). 7 years ago
  Claude Paroz c651331b34 Converted usage of ugettext* functions to their gettext* aliases 7 years ago
  Dmitry Gladkov b09faa497e Fixed #27748 -- Switched HTTP error handlers to reference callables instead of strings. 7 years ago
  Tim Graham ad393beeb7 Refs #21927 -- Removed include()'s app_name argument per deprecation timeline. 7 years ago
  Adam Chainz 0a9bd266ff Documented url()'s 'regex' parameter. 8 years ago
  Andrew Nester a12826bba7 Fixed #26776 -- Documented url()'s view argument. 8 years ago
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 8 years ago
  Elif T. Kus bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 years ago
  Tim Graham 49eeb0f570 Fixed #25878 -- Documented requirement that handler404 return a 404 response. 9 years ago
  Tim Graham 54848a96dd Removed versionadded/changed annotations for 1.8. 9 years ago
  Tim Graham d79122f40b Refs #23276 -- Removed passing views as strings to url() per deprecation timeline. 9 years ago
  Tim Graham a25d3ce007 Refs #22218 -- Removed conf.urls.patterns() per deprecation timeline. 9 years ago
  Tim Graham 87d55081ea Fixed #25159 -- Removed brackets from class/function/method signatures in docs. 9 years ago
  Tim Graham aaacaeb096 Renamed RemovedInDjangoXYWarnings for new roadmap. 9 years ago
  Marten Kenbeek 1e82094f1b Fixed #21927 -- Made application and instance namespaces more distinct. 9 years ago
  Tim Graham a9fd740d22 Fixed #23276 -- Deprecated passing views as strings to url(). 10 years ago