mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
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
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:
parent
fffa64abc3
commit
2b0f24e622
1 changed files with 1 additions and 1 deletions
|
|
@ -1223,7 +1223,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue