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 `_. .. 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`` =================