From 59a621b47509a889ff46f394fb9d5afdf59916ad Mon Sep 17 00:00:00 2001 From: BERNARD NWABUEZE SUNDAY Date: Fri, 19 Jul 2024 05:46:46 +0100 Subject: [PATCH 1/2] Update installation.rst I added two words 'and you' to the sentence under the "Django Channels & Async" subsection of the "Troubleshooting" section of the INSTALLATION page for a better comprehension of the sentence. --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 9200504b7..8bc478eb1 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -245,7 +245,7 @@ Django Channels & Async ^^^^^^^^^^^^^^^^^^^^^^^ The Debug Toolbar currently doesn't support Django Channels or async projects. -If you are using Django channels are having issues getting panels to load, +If you are using Django channels and you are having issues getting panels to load, please review the documentation for the configuration option :ref:`RENDER_PANELS `. From a39e98c2cdaa1d5860e2e96dc9e85274e15cf89a Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Fri, 19 Jul 2024 10:27:34 +0200 Subject: [PATCH 2/2] Rewrap a line --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 8bc478eb1..6e301cb8b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -245,8 +245,8 @@ Django Channels & Async ^^^^^^^^^^^^^^^^^^^^^^^ The Debug Toolbar currently doesn't support Django Channels or async projects. -If you are using Django channels and you are having issues getting panels to load, -please review the documentation for the configuration option +If you are using Django channels and you are having issues getting panels to +load, please review the documentation for the configuration option :ref:`RENDER_PANELS `.