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:34:38 +0100 |
| commit | 64b01e38f9e2ac0362659968ddb8b65c6e0667a4 (patch) | |
| tree | 77c5529a913e646d4ee1f82a462bbf2a68c41e1e /docs/ref | |
| parent | 19221192524a53dc22ff6fa283e0c34dee052e77 (diff) | |
[3.0.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/ref')
| -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 e665cebf8b..7675dbc0d9 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`` ---------------- |
