Skip to content

Commit

Permalink
Fixed typos in docs/ref/models/fields.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls authored Nov 9, 2023
1 parent 8b1acc0 commit 427f0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ref/models/fields.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`_
Expand Down

0 comments on commit 427f0ed

Please sign in to comment.