Fixed typo in docs/ref/databases.txt.
Some checks failed
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Tests / Windows, SQLite, Python 3.14 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run
Docs / lint-docs (push) Has been cancelled
Docs / spelling (push) Has been cancelled
Docs / blacken-docs (push) Has been cancelled

This commit is contained in:
Clifford Gama 2025-11-10 22:59:38 +02:00 committed by GitHub
parent fffa64abc3
commit 2b0f24e622
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1223,7 +1223,7 @@ Subclassing the built-in database backends
========================================== ==========================================
Django comes with built-in database backends. You may subclass an existing 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. 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 First, you have to create a new directory with a ``base`` module in it. For