summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/indexes.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/models/indexes.txt b/docs/ref/models/indexes.txt
index ac2839bbd4..999513c9d6 100644
--- a/docs/ref/models/indexes.txt
+++ b/docs/ref/models/indexes.txt
@@ -56,3 +56,8 @@ case, a descending index is created as a normal index.
The name of the index. If ``name`` isn't provided Django will auto-generate a
name. For compatibility with different databases, index names cannot be longer
than 30 characters and shouldn't start with a number (0-9) or underscore (_).
+
+.. seealso::
+
+ For a list of PostgreSQL-specific indexes, see
+ :mod:`django.contrib.postgres.indexes`.