| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-19 | Fixed #36781 -- Added Granian to deployment documentation. | JaeHyuck Sa | |
| Signed-off-by: JaeHyuck Sa <wogur981208@gmail.com> | |||
| 2025-08-25 | Refs #36485 -- Rewrapped docs to 79 columns line length. | David Smith | |
| Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content. | |||
| 2024-10-21 | Updated Hypercorn links in docs/howto/deployment/asgi/hypercorn.txt. | amirreza sohrabi far | |
| 2024-09-05 | Updated instruction for deploying with Uvicorn and Gunicorn. | SirenityK | |
| 2023-04-17 | Used extlinks for PyPI links. | Tim Graham | |
| Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2023-03-07 | Refs #31626 -- Noted that Daphne provides a runserver command. | Carlton Gibson | |
| 2023-03-01 | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | |
| 2023-02-10 | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | |
| Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | |||
| 2022-10-26 | Fixed #34109 -- Updated instructions for running with Uvicorn. | Simon Willison | |
| Co-authored-by: Paolo Melchiorre <paolo@melchiorre.org> | |||
| 2020-09-29 | Updated ASGI uvicorn deployment docs. | Thomas Grainger | |
| 2020-08-05 | Added Hypercorn to ASGI deployment guide. | Phil Jones | |
| 2019-10-02 | Fixed some typos in comments and docs. | Min ho Kim | |
| Thanks to Mads Jenson for review. | |||
| 2019-06-20 | Fixed #30451 -- Added ASGI handler and coroutine-safety. | Andrew Godwin | |
| This adds an ASGI handler, asgi.py file for the default project layout, a few async utilities and adds async-safety to many parts of Django. | |||
