summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMarten Kenbeek <marten.knbk@gmail.com>2018-12-24 22:36:00 +0100
committerTim Graham <timograham@gmail.com>2018-12-24 16:36:14 -0500
commita79789e232aa3b78b93c9d9b783491351549ea0d (patch)
tree9ff94326ceecdbe591dc599c024e5ad82b9dc2f2 /docs/ref
parent08f78a4fc8e7882f9fcad19aa6d497f749a9d261 (diff)
[2.1.x] Added import locations to contrib.postgres aggregates and validators docs.
Backport of 7a6dbbb655850bff56cd717a3bfa0975e200d15f from master.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/postgres/aggregates.txt3
-rw-r--r--docs/ref/contrib/postgres/validators.txt3
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/ref/contrib/postgres/aggregates.txt b/docs/ref/contrib/postgres/aggregates.txt
index e0575b12bc..00221e3986 100644
--- a/docs/ref/contrib/postgres/aggregates.txt
+++ b/docs/ref/contrib/postgres/aggregates.txt
@@ -5,7 +5,8 @@ PostgreSQL specific aggregation functions
.. module:: django.contrib.postgres.aggregates
:synopsis: PostgreSQL specific aggregation functions
-These functions are described in more detail in the `PostgreSQL docs
+These functions are available from the ``django.contrib.postgres.aggregates``
+module. They are described in more detail in the `PostgreSQL docs
<https://www.postgresql.org/docs/current/static/functions-aggregate.html>`_.
.. note::
diff --git a/docs/ref/contrib/postgres/validators.txt b/docs/ref/contrib/postgres/validators.txt
index ad29cb7f0d..5e12b969fe 100644
--- a/docs/ref/contrib/postgres/validators.txt
+++ b/docs/ref/contrib/postgres/validators.txt
@@ -4,6 +4,9 @@ Validators
.. module:: django.contrib.postgres.validators
+These validators are available from the ``django.contrib.postgres.validators``
+module.
+
``KeysValidator``
=================