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:00 -0500
commit7a6dbbb655850bff56cd717a3bfa0975e200d15f (patch)
treeff0697eb52f499e53d50f51ae1b8655348eb417a /docs/ref
parent64f9776bc4a27a665032ac15f5176ced66e996e3 (diff)
Added import locations to contrib.postgres aggregates and validators docs.
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 fce85d0ade..e66b771524 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``
=================