diff options
| author | Farhaan Bukhsh <farhaan.bukhsh@gmail.com> | 2019-10-31 09:27:31 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-11-07 08:35:36 +0100 |
| commit | 398a9f42097ce2cbfc05de04d50c1ca18b68d542 (patch) | |
| tree | d3f947f6cac0187302c7e843c01814752a9be0d0 /docs | |
| parent | 7a13f06f3615d05e39e2b495a80e3cb1fc08e30f (diff) | |
[2.2.x] Fixed #30865 -- Doc'd that not all DATABASES['OPTIONS'] are passed to command-line client.
Backport of cc5622ec8c260535c63279cf6eb293f2b5a742f0 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/django-admin.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index f2029e9b19..81672b46f4 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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`` ---------------- |
