mirror of
https://github.com/django/django.git
synced 2025-01-26 18:19:18 +00:00
Fixed typo in docs/ref/models/indexes.txt.
This commit is contained in:
parent
19895e897c
commit
2f91e7832f
@ -115,7 +115,7 @@ indexes records with more than 400 pages.
|
|||||||
|
|
||||||
.. admonition:: Restrictions on PostgreSQL
|
.. 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
|
IMMUTABLE. Django doesn't validate this but PostgreSQL will error. This
|
||||||
means that functions such as :ref:`date-functions` and
|
means that functions such as :ref:`date-functions` and
|
||||||
:class:`~django.db.models.functions.Concat` aren't accepted. If you store
|
:class:`~django.db.models.functions.Concat` aren't accepted. If you store
|
||||||
|
Loading…
x
Reference in New Issue
Block a user