diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/postgres/aggregates.txt | 3 | ||||
| -rw-r--r-- | docs/ref/contrib/postgres/validators.txt | 3 |
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`` ================= |
