diff options
| author | raffaella <suardini.raffaella@gmail.com> | 2024-06-08 17:41:36 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-06-26 12:37:17 +0200 |
| commit | 88966bc2fe6fac7df261db9c053ce67c07979eaf (patch) | |
| tree | 0e0c23c5b34c0036ac080fc05449dcae573d2207 /docs | |
| parent | 72b7b59680fecb0bf7108fc00cc27b0476aae107 (diff) | |
Added references to the Django Discord server inside the FAQ docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/faq/help.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/faq/help.txt b/docs/faq/help.txt index 9972e9a0ca..a999c08d32 100644 --- a/docs/faq/help.txt +++ b/docs/faq/help.txt @@ -22,11 +22,13 @@ Then, please post it in one of the following channels: * The Django Forum section `"Using Django"`_. This is for web-based discussions. * The |django-users| mailing list. This is for email-based discussions. +* The `Django Discord server`_ for chat-based discussions. * The `#django IRC channel`_ on the Libera.Chat IRC network. This is for chat-based discussions. If you're new to IRC, see the `Libera.Chat documentation`_ for different ways to connect. .. _`"Using Django"`: https://forum.djangoproject.com/c/users/6 +.. _`Django Discord server`: https://discord.gg/xcRH6mN4fa .. _#django IRC channel: https://web.libera.chat/#django .. _Libera.Chat documentation: https://libera.chat/guides/connect @@ -86,8 +88,8 @@ to security@djangoproject.com. This is a private list only open to long-time, highly trusted Django developers, and its archives are not publicly readable. Due to the sensitive nature of security issues, we ask that if you think you -have found a security problem, *please* don't post a message on the forum, IRC, -or one of the public mailing lists. Django has a +have found a security problem, *please* don't post a message on the forum, the +Discord server, IRC, or one of the public mailing lists. Django has a :ref:`policy for handling security issues <reporting-security-issues>`; while a defect is outstanding, we would like to minimize any damage that could be inflicted through public knowledge of that defect. |
