mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.
Backport of 198a2a9381
from master.
This commit is contained in:
parent
2fb602f581
commit
5237da3416
14 changed files with 50 additions and 51 deletions
|
@ -190,7 +190,7 @@ of people with their ages calculated by the database::
|
|||
You can often avoid using raw SQL to compute annotations by instead using a
|
||||
:ref:`Func() expression <func-expressions>`.
|
||||
|
||||
__ https://www.postgresql.org/docs/current/static/functions-datetime.html
|
||||
__ https://www.postgresql.org/docs/current/functions-datetime.html
|
||||
|
||||
Passing parameters into ``raw()``
|
||||
---------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue