diff options
| author | Daniel Hahler <git@thequod.de> | 2020-01-13 12:39:14 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-01-13 12:39:44 +0100 |
| commit | d7adaa399ebb69d4fc22f585be5343b3576b19be (patch) | |
| tree | 864795ca91022e3516519913d8fca88f2818586f | |
| parent | 92866682c6b4bd4f2ec67d6c6596e8c85585a4fd (diff) | |
[3.0.x] Fixed typo in docs/ref/django-admin.txt.
Backport of 20debf01bd3b58ba28ffc6606333851a7ef18bea from master
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index fbea71e6e6..f3e42aa367 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -224,7 +224,7 @@ 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 + Be aware that not all options set in the :setting:`OPTIONS` part of your database configuration in :setting:`DATABASES` are passed to the command-line client, e.g. ``'isolation_level'``. |
