diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2020-04-27 22:28:40 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-04-29 20:08:36 +0200 |
| commit | 33f7739108226e2573f4b0242da5fd511908acdf (patch) | |
| tree | 907c1ec6a51117e1f1cd14d053e869b0327c50ab /docs/topics/db/sql.txt | |
| parent | 54646a423b4501aeb80bbdd9238f20500c84cd5f (diff) | |
Fixed #31356 -- Changed IRC links to the Freenode webchat.
Diffstat (limited to 'docs/topics/db/sql.txt')
| -rw-r--r-- | docs/topics/db/sql.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/db/sql.txt b/docs/topics/db/sql.txt index 355c7366ca..3fabf6607e 100644 --- a/docs/topics/db/sql.txt +++ b/docs/topics/db/sql.txt @@ -24,7 +24,8 @@ __ `executing custom SQL directly`_ Before using raw SQL, explore :doc:`the ORM </topics/db/index>`. Ask on |django-users| or the `#django IRC channel - <irc://irc.freenode.net/django>`_ to see if the ORM supports your use case. + <https://webchat.freenode.net/#django>`_ to see if the ORM supports your + use case. .. warning:: |
