[3.0.x] Fixed #30865 -- Doc'd that not all DATABASES['OPTIONS'] are passed to command-line client.
Backport of cc5622ec8c
from master
This commit is contained in:
parent
1922119252
commit
64b01e38f9
|
@ -222,6 +222,12 @@ program manually.
|
|||
|
||||
Specifies the database onto which to open a shell. Defaults to ``default``.
|
||||
|
||||
.. note::
|
||||
|
||||
Be aware that not all options set it in the :setting:`OPTIONS` part of your
|
||||
database configuration in :setting:`DATABASES` are passed to the
|
||||
command-line client, e.g. ``'isolation_level'``.
|
||||
|
||||
``diffsettings``
|
||||
----------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue