diff options
| author | Marten Kenbeek <marten.knbk@gmail.com> | 2018-12-24 22:36:00 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-12-24 16:36:00 -0500 |
| commit | 7a6dbbb655850bff56cd717a3bfa0975e200d15f (patch) | |
| tree | ff0697eb52f499e53d50f51ae1b8655348eb417a /docs | |
| parent | 64f9776bc4a27a665032ac15f5176ced66e996e3 (diff) | |
Added import locations to contrib.postgres aggregates and validators docs.
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`` ================= |
