diff options
| author | Alexey Opalev <a.opalev@corp.mail.ru> | 2019-06-24 08:58:56 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-06-24 08:58:56 +0200 |
| commit | 2f91e7832fd2e51dfb75f6027b673a943e736ef0 (patch) | |
| tree | 7fc0347f08f49a6ad8ec89670982f12dd539f1bf | |
| parent | 19895e897c9aa620de7db4dfd2fb19774075b755 (diff) | |
Fixed typo in docs/ref/models/indexes.txt.
| -rw-r--r-- | docs/ref/models/indexes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/indexes.txt b/docs/ref/models/indexes.txt index 14ccd8dc87..13e37f78c7 100644 --- a/docs/ref/models/indexes.txt +++ b/docs/ref/models/indexes.txt @@ -115,7 +115,7 @@ indexes records with more than 400 pages. .. admonition:: Restrictions on PostgreSQL - PostgreSQL requires functions referenced in the condition to be be marked as + PostgreSQL requires functions referenced in the condition to be marked as IMMUTABLE. Django doesn't validate this but PostgreSQL will error. This means that functions such as :ref:`date-functions` and :class:`~django.db.models.functions.Concat` aren't accepted. If you store |
