1
0
mirror of https://github.com/django/django.git synced 2025-07-12 05:39:11 +00:00

[2.2.x] Fixed #30865 -- Doc'd that not all DATABASES['OPTIONS'] are passed to command-line client.

Backport of cc5622ec8c260535c63279cf6eb293f2b5a742f0 from master
This commit is contained in:
Farhaan Bukhsh 2019-10-31 09:27:31 +05:30 committed by Mariusz Felisiak
parent 7a13f06f36
commit 398a9f4209

View File

@ -211,6 +211,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``
----------------