mirror of
https://github.com/django/django.git
synced 2024-12-27 03:25:58 +00:00
[5.0.x] Fixed typos in docs/ref/models/fields.txt.
Backport of 427f0ed98d
from main
This commit is contained in:
parent
73869a5163
commit
97a78121b3
@ -1290,7 +1290,7 @@ 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
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user