summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2023-11-09 01:58:06 -0500
committerGitHub <noreply@github.com>2023-11-09 09:58:06 +0300
commit427f0ed98d7ecf4381cebd4f7773f761e2446851 (patch)
treeb895de994d006670ea47e69105ae748624aff4fe /docs
parent8b1acc0440418ac8f45ba48e2dfcf5126c83341b (diff)
Fixed typos in docs/ref/models/fields.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/models/fields.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index 1c166443be..9e945b7f27 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -1284,8 +1284,8 @@ materialized view.
There are many database-specific restrictions on generated fields that
Django doesn't validate and the database may raise an error e.g. PostgreSQL
- requires functions and operators referenced in a generated columns to be
- marked as ``IMMUTABLE`` .
+ requires functions and operators referenced in a generated column to be
+ marked as ``IMMUTABLE``.
You should always check that ``expression`` is supported on your database.
Check out `MariaDB`_, `MySQL`_, `Oracle`_, `PostgreSQL`_, or `SQLite`_