summaryrefslogtreecommitdiff
path: root/docs/topics/db/sql.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-05-20 12:23:36 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-05-20 12:29:31 +0200
commit024e969062d1b7772c48c5fe45b65fcde50dea67 (patch)
tree654dd29b9e4ef9bbcc320f52e107a43fac37fd40 /docs/topics/db/sql.txt
parentc53a76bdbf9b88fac0820cac50ae42e43f9b803f (diff)
[3.1.x] Changed IRC references to Libera.Chat.
Backport of 66491f08fe86629fa25977bb3dddda06959f65e7 from main.
Diffstat (limited to 'docs/topics/db/sql.txt')
-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 c7224c78b0..fe5bea505e 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::