summaryrefslogtreecommitdiff
path: root/docs/topics/db
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-05-20 12:23:36 +0200
committerGitHub <noreply@github.com>2021-05-20 12:23:36 +0200
commit66491f08fe86629fa25977bb3dddda06959f65e7 (patch)
treecb2573148ade52da3a3ec0324857b3770c2eed4f /docs/topics/db
parent31b6ce9ff938a0968f2e526f5d5e106fd17e3dfa (diff)
Changed IRC references to Libera.Chat.
Diffstat (limited to 'docs/topics/db')
-rw-r--r--docs/topics/db/sql.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/topics/db/sql.txt b/docs/topics/db/sql.txt
index fe7b0a4bd8..8d3216c60d 100644
--- a/docs/topics/db/sql.txt
+++ b/docs/topics/db/sql.txt
@@ -23,9 +23,8 @@ __ `executing custom SQL directly`_
:doc:`custom query expressions </ref/models/expressions/>`.
Before using raw SQL, explore :doc:`the ORM </topics/db/index>`. Ask on
- |django-users| or the `#django IRC channel
- <https://webchat.freenode.net/#django>`_ to see if the ORM supports your
- use case.
+ one of :doc:`the support channels </faq/help>` to see if the ORM supports
+ your use case.
.. warning::