1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Adjustments

This commit is contained in:
André S. Hansen 2024-08-18 21:06:18 +02:00 committed by GitHub
parent 97c681a05c
commit 98df7caf96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 Djangos
If a connection is created in a process or sub-thread, outside of Djangos
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.