mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
Added import locations to contrib.postgres aggregates and validators docs.
This commit is contained in:
parent
64f9776bc4
commit
7a6dbbb655
@ -5,7 +5,8 @@ PostgreSQL specific aggregation functions
|
|||||||
.. module:: django.contrib.postgres.aggregates
|
.. module:: django.contrib.postgres.aggregates
|
||||||
:synopsis: PostgreSQL specific aggregation functions
|
: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>`_.
|
<https://www.postgresql.org/docs/current/static/functions-aggregate.html>`_.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
@ -4,6 +4,9 @@ Validators
|
|||||||
|
|
||||||
.. module:: django.contrib.postgres.validators
|
.. module:: django.contrib.postgres.validators
|
||||||
|
|
||||||
|
These validators are available from the ``django.contrib.postgres.validators``
|
||||||
|
module.
|
||||||
|
|
||||||
``KeysValidator``
|
``KeysValidator``
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user