summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
authorAlexey Opalev <a.opalev@corp.mail.ru>2019-06-24 08:58:56 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-06-24 09:01:12 +0200
commitf3b036593ff925723db758bbdbb9183b2c4d8fdb (patch)
tree76f0955df5ca2fac65b4025425486bf631840fb9 /docs/ref/models
parent3b2701e4f22c7bda3c798fd434a3214d3538e535 (diff)
[2.2.x] Fixed typo in docs/ref/models/indexes.txt.
Backport of 2f91e7832fd2e51dfb75f6027b673a943e736ef0 from master
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/indexes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/indexes.txt b/docs/ref/models/indexes.txt
index 3631d4ea07..277c370d2f 100644
--- a/docs/ref/models/indexes.txt
+++ b/docs/ref/models/indexes.txt
@@ -119,7 +119,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