8000 Fixed #36346 -- Removed outdated section about the threaded option in… · feanil/django@3babda7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3babda7

Browse files
authored
Fixed #36346 -- Removed outdated section about the threaded option in Oracle driver.
1 parent fbdbccf commit 3babda7

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -996,6 +996,7 @@ answer newbie questions, and generally made Django that much better:
996996
Taavi Teska <taaviteska@gmail.com>
997997
Tai Lee <real.human@mrmachine.net>
998998
Takashi Matsuo <matsuo.takashi@gmail.com>
999+
Tan Yawei <tanyawei1991@gmail.com>
9991000
Tareque Hossain <http://www.codexn.com>
10001001
Taylor Mitchell <taylor.mitchell@gmail.com>
10011002
tell-k <ffk2005@gmail.com>

docs/ref/databases.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,19 +1139,6 @@ alternatively set ``"pool"`` to be a dict::
11391139

11401140
.. _`create_pool()`: https://python-oracledb.readthedocs.io/en/latest/user_guide/connection_handling.html#connection-pooling
11411141

1142-
Threaded option
1143-
---------------
1144-
1145-
If you plan to run Django in a multithreaded environment (e.g. Apache using the
1146-
default MPM module on any modern operating system), then you **must** set
1147-
the ``threaded`` option of your Oracle database configuration to ``True``::
1148-
1149-
"OPTIONS": {
1150-
"threaded": True,
1151-
}
1152-
1153-
Failure to do this may result in crashes and other odd behavior.
1154-
11551142
INSERT ... RETURNING INTO
11561143
-------------------------
11571144

0 commit comments

Comments
 (0)
0