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:15:27 +0100 |
| commit | d87bb0eb3ee4ca141c6fa251e6c2c97050e6c92c (patch) | |
| tree | 1c2de588a907ed6d614476b408ceceebf47e3f28 /docs/ref/databases.txt | |
| parent | 14b46c1b848d846fad55c8634daeabd8787cf0d6 (diff) | |
Fixed typo in docs/ref/databases.txt.
Diffstat (limited to 'docs/ref/databases.txt')
| -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 77f0ac93ff..8a36ac9bad 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`:: |
