mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Ensured :doc: role uses absolute targets in docs.
This commit is contained in:
parent
ae03f81ffa
commit
56955636e6
24 changed files with 247 additions and 237 deletions
|
|
@ -7,8 +7,8 @@ Database Functions
|
|||
|
||||
The classes documented below provide a way for users to use functions provided
|
||||
by the underlying database as annotations, aggregations, or filters in Django.
|
||||
Functions are also :doc:`expressions <expressions>`, so they can be used and
|
||||
combined with other expressions like :ref:`aggregate functions
|
||||
Functions are also :doc:`expressions </ref/models/expressions>`, so they can be
|
||||
used and combined with other expressions like :ref:`aggregate functions
|
||||
<aggregation-functions>`.
|
||||
|
||||
We'll be using the following model in examples of each function::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue