diff options
| author | Jaime Terreu <> | 2025-02-14 16:54:54 +1030 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-02-14 15:18:02 +0100 |
| commit | 58eec456a2f0afb1e405e336aebe9955c3fcf052 (patch) | |
| tree | b3efdd60d89f7cca54e66237ace4eac34746a1a1 | |
| parent | 65113401f1f6786f8a89dfcb7d0347924b317e7b (diff) | |
[5.1.x] Fixed typo in docs/ref/databases.txt.
Backport of d87bb0eb3ee4ca141c6fa251e6c2c97050e6c92c from main.
| -rw-r--r-- | docs/ref/databases.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 437feeaccb..fff8f928fc 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -231,7 +231,7 @@ configuration in :setting:`DATABASES`:: Role ---- -If you need to use a different role for database connections than the role use +If you need to use a different role for database connections than the role used to establish the connection, set it in the :setting:`OPTIONS` part of your database configuration in :setting:`DATABASES`:: |
