diff options
| author | Clifford Gama <cliffygamy@gmail.com> | 2025-11-10 22:59:38 +0200 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-11-10 18:00:19 -0300 |
| commit | d6af15d44dbc208b3c80c9b019b9091a3c527385 (patch) | |
| tree | 07042f831bc74a58725996c4e59666ac7b6b8116 /docs/ref/databases.txt | |
| parent | a26b660cff4c5b17dd0622fabcb877cff93dd858 (diff) | |
[6.0.x] Fixed typo in docs/ref/databases.txt.
Backport of 2b0f24e6223bf7e294fba63741f58eb7b0bf49ff from main.
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 83f044693c..0b303a4a23 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -1225,7 +1225,7 @@ Subclassing the built-in database backends ========================================== Django comes with built-in database backends. You may subclass an existing -database backends to modify its behavior, features, or configuration. +database backend to modify its behavior, features, or configuration. Consider, for example, that you need to change a single database feature. First, you have to create a new directory with a ``base`` module in it. For |
