summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFarhaan Bukhsh <farhaan.bukhsh@gmail.com>2019-10-31 09:27:31 +0530
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-11-07 08:04:40 +0100
commitcc5622ec8c260535c63279cf6eb293f2b5a742f0 (patch)
treef999d85017326fda4b890ba3e64bec7a168da78e /docs
parent39791c8e6de3a71879eb26dd9f8d01273847f395 (diff)
Fixed #30865 -- Doc'd that not all DATABASES['OPTIONS'] are passed to command-line client.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/django-admin.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index f602e327cf..ed245c5b31 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -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``
----------------