From 3babda775d822232c8438dba8206cd2f3e2dfacc Mon Sep 17 00:00:00 2001 From: 9r0k Date: Sun, 27 Apr 2025 20:16:50 +0800 Subject: Fixed #36346 -- Removed outdated section about the threaded option in Oracle driver. --- docs/ref/databases.txt | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'docs') diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index e5ab0067fe..b5479a9f33 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -1139,19 +1139,6 @@ alternatively set ``"pool"`` to be a dict:: .. _`create_pool()`: https://python-oracledb.readthedocs.io/en/latest/user_guide/connection_handling.html#connection-pooling -Threaded option ---------------- - -If you plan to run Django in a multithreaded environment (e.g. Apache using the -default MPM module on any modern operating system), then you **must** set -the ``threaded`` option of your Oracle database configuration to ``True``:: - - "OPTIONS": { - "threaded": True, - } - -Failure to do this may result in crashes and other odd behavior. - INSERT ... RETURNING INTO ------------------------- -- cgit v1.3