2
0

mailing-lists.txt 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. =======================
  2. Mailing lists and Forum
  3. =======================
  4. .. Important::
  5. Please report security issues **only** to
  6. security@djangoproject.com. This is a private list only open to
  7. long-time, highly trusted Django developers, and its archives are
  8. not public. For further details, please see :doc:`our security
  9. policies </internals/security>`.
  10. Django Forum
  11. ============
  12. Django has an `official Forum`_ where you can input and ask questions.
  13. There are several categories of discussion including:
  14. * `Using Django`_: to ask any question regarding the installation, usage, or
  15. debugging of Django.
  16. * `Internals`_: for discussion of the development of Django itself.
  17. .. _official Forum: https://forum.djangoproject.com
  18. .. _Internals: https://forum.djangoproject.com/c/internals/5
  19. .. _Using Django: https://forum.djangoproject.com/c/users/6
  20. In addition, Django has several official mailing lists on Google Groups that
  21. are open to anyone.
  22. .. _django-users-mailing-list:
  23. ``django-users``
  24. ================
  25. .. note::
  26. The `Using Django`_ category of the `official Forum`_ is now the preferred
  27. venue for asking usage questions.
  28. This is the right place if you are looking to ask any question regarding the
  29. installation, usage, or debugging of Django.
  30. .. note::
  31. If it's the first time you send an email to this list, your email must be
  32. accepted first so don't worry if :ref:`your message does not appear
  33. <message-does-not-appear-on-django-users>` instantly.
  34. * `django-users mailing archive`_
  35. * `django-users subscription email address`_
  36. * `django-users posting email`_
  37. .. _django-users mailing archive: https://groups.google.com/g/django-users
  38. .. _django-users subscription email address: mailto:django-users+subscribe@googlegroups.com
  39. .. _django-users posting email: mailto:django-users@googlegroups.com
  40. .. _django-developers-mailing-list:
  41. ``django-developers``
  42. =====================
  43. .. note::
  44. The `Internals`_ category of the `official Forum`_ is now the preferred
  45. venue for discussing the development of Django.
  46. The discussion about the development of Django itself takes place here.
  47. Before asking a question about how to contribute, read
  48. :doc:`/internals/contributing/index`. Many frequently asked questions are
  49. answered there.
  50. .. note::
  51. Please make use of
  52. :ref:`django-users mailing list <django-users-mailing-list>` if you want
  53. to ask for tech support, doing so in this list is inappropriate.
  54. * `django-developers mailing archive`_
  55. * `django-developers subscription email address`_
  56. * `django-developers posting email`_
  57. .. _django-developers mailing archive: https://groups.google.com/g/django-developers
  58. .. _django-developers subscription email address: mailto:django-developers+subscribe@googlegroups.com
  59. .. _django-developers posting email: mailto:django-developers@googlegroups.com
  60. .. _django-announce-mailing-list:
  61. ``django-announce``
  62. ===================
  63. A (very) low-traffic list for announcing :ref:`upcoming security releases
  64. <security-disclosure>`, new releases of Django, and security advisories.
  65. * `django-announce mailing archive`_
  66. * `django-announce subscription email address`_
  67. * `django-announce posting email`_
  68. .. _django-announce mailing archive: https://groups.google.com/g/django-announce
  69. .. _django-announce subscription email address: mailto:django-announce+subscribe@googlegroups.com
  70. .. _django-announce posting email: mailto:django-announce@googlegroups.com
  71. .. _django-updates-mailing-list:
  72. ``django-updates``
  73. ==================
  74. All the ticket updates are mailed automatically to this list, which is tracked
  75. by developers and interested community members.
  76. * `django-updates mailing archive`_
  77. * `django-updates subscription email address`_
  78. * `django-updates posting email`_
  79. .. _django-updates mailing archive: https://groups.google.com/g/django-updates
  80. .. _django-updates subscription email address: mailto:django-updates+subscribe@googlegroups.com
  81. .. _django-updates posting email: mailto:django-updates@googlegroups.com