1
0
mirror of https://github.com/django/django.git synced 2025-03-22 23:30:45 +00:00

Fixed typos in docs/ref/models/fields.txt.

This commit is contained in:
Jacob Walls 2023-11-09 01:58:06 -05:00 committed by GitHub
parent 8b1acc0440
commit 427f0ed98d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`_