From d7adaa399ebb69d4fc22f585be5343b3576b19be Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 13 Jan 2020 12:39:14 +0100 Subject: [PATCH] [3.0.x] Fixed typo in docs/ref/django-admin.txt. Backport of 20debf01bd3b58ba28ffc6606333851a7ef18bea from master --- docs/ref/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'``.