From 98df7caf9670fc358bffe8990e8f87b41918c1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20S=2E=20Hansen?= Date: Sun, 18 Aug 2024 21:06:18 +0200 Subject: [PATCH] Adjustments --- docs/ref/databases.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index f550de9c08..c175977a40 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -97,7 +97,7 @@ either restore Django's defaults at the end of each request, force an appropriate value at the beginning of each request, or disable persistent connections. -If a connection is created in a process or a request sub-thread, outside of Django’s +If a connection is created in a process or sub-thread, outside of Django’s request-response cycle, the connection will remain open until explicitly closed, or timeout occurs. You can use ``django.db.close_old_connections()`` to close all old or unusable connections.