Commit History

Author SHA1 Message Date
  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. 2 years ago
  Carlton Gibson ce8189eea0 Fixed #34328 -- Added async-only class-based middleware example. 2 years ago
  Carlton Gibson 0bd2c0c901 Fixed #33735 -- Added async support to StreamingHttpResponse. 2 years ago
  Carlton Gibson 32d70b2f55 Refs #34118 -- Adopted asgiref coroutine detection shims. 2 years ago
  Nick Pope 970f61fefb Removed obsolete doc reference to asyncio.iscoroutinefunction. 2 years ago
  David Smith fbb1984046 Refs #32956 -- Updated words ending in -wards. 3 years ago
  David Smith 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 years ago
  Hasan Ramezani fc268c8648 Fixed #32535 -- Added note about DEBUG_PROPAGATE_EXCEPTIONS setting to middleware docs. 3 years ago
  Mariusz Felisiak b7dd89ed53 Removed versionadded/changed annotations for 3.1. 4 years ago
  Adam Johnson 4216225480 Clarified async documentation. 4 years ago
  Andrew Godwin fc0fa72ff4 Fixed #31224 -- Added support for asynchronous views and middleware. 5 years ago
  Claude Paroz 4d973f5939 Refs #26601 -- Deprecated passing None as get_response arg to middleware classes. 5 years ago
  François Freitag 9b15ff08ba Used auto-numbered lists in documentation. 6 years ago
  Mariusz Felisiak 081e787160 Refs #23919 -- Stopped inheriting from object to define new style classes. 7 years ago
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 years ago
  Tim Graham d334f46b7a Refs #26601 -- Removed support for old-style middleware using settings.MIDDLEWARE_CLASSES. 8 years ago
  Ville Skyttä f95bd89e82 Fixed #27041 -- Documented that built-in middleware are compatible with MIDDLEWARE and MIDDLEWARE_CLASSES. 8 years ago
  Carl Meyer 7d1b69dbe7 Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception handling. 8 years ago
  Florian Apolloner 9baf692a58 Fixed #26601 -- Improved middleware per DEP 0005. 9 years ago
  David Evans 99bb7fcc18 Fixed #26452 -- Loaded middleware on server start rather than on first request. 9 years ago
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 9 years ago
  Tim Graham 54848a96dd Removed versionadded/changed annotations for 1.8. 9 years ago
  Tim Graham 849037af36 Refs #23957 -- Required session verification per deprecation timeline. 9 years ago
  Marissa Zhou 8b1f39a727 Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE_CLASSES. 9 years ago
  Daniel Harding ad31bc0565 Updated startproject MIDDLEWARE_CLASSES in docs. 9 years ago
  darkryder 9ec8aa5e5d Fixed #24149 -- Normalized tuple settings to lists. 10 years ago
  Tim Graham 75f107b884 Removed request.REQUEST per deprecation timeline; refs #18659. 10 years ago
  Berker Peksag 093e6c68b9 Fixed #14664 -- Logged a warning if MiddlewareNotUsed is raised in DEBUG mode. 10 years ago
  Christoph Heer d47409831f Fixed #23067 -- Updated docs to use django-admin 10 years ago