123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- =======================
- Mailing lists and Forum
- =======================
- .. Important::
- Please report security issues **only** to
- security@djangoproject.com. This is a private list only open to
- long-time, highly trusted Django developers, and its archives are
- not public. For further details, please see :doc:`our security
- policies </internals/security>`.
- Django Forum
- ============
- Django has an `official Forum`_ where you can input and ask questions.
- There are several categories of discussion including:
- * `Using Django`_: to ask any question regarding the installation, usage, or
- debugging of Django.
- * `Internals`_: for discussion of the development of Django itself.
- .. _official Forum: https://forum.djangoproject.com
- .. _Internals: https://forum.djangoproject.com/c/internals/5
- .. _Using Django: https://forum.djangoproject.com/c/users/6
- In addition, Django has several official mailing lists on Google Groups that
- are open to anyone.
- .. _django-users-mailing-list:
- ``django-users``
- ================
- .. note::
- The `Using Django`_ category of the `official Forum`_ is now the preferred
- venue for asking usage questions.
- This is the right place if you are looking to ask any question regarding the
- installation, usage, or debugging of Django.
- .. note::
- If it's the first time you send an email to this list, your email must be
- accepted first so don't worry if :ref:`your message does not appear
- <message-does-not-appear-on-django-users>` instantly.
- * `django-users mailing archive`_
- * `django-users subscription email address`_
- * `django-users posting email`_
- .. _django-users mailing archive: https://groups.google.com/g/django-users
- .. _django-users subscription email address: mailto:django-users+subscribe@googlegroups.com
- .. _django-users posting email: mailto:django-users@googlegroups.com
- .. _django-developers-mailing-list:
- ``django-developers``
- =====================
- .. note::
- The `Internals`_ category of the `official Forum`_ is now the preferred
- venue for discussing the development of Django.
- The discussion about the development of Django itself takes place here.
- Before asking a question about how to contribute, read
- :doc:`/internals/contributing/index`. Many frequently asked questions are
- answered there.
- .. note::
- Please make use of
- :ref:`django-users mailing list <django-users-mailing-list>` if you want
- to ask for tech support, doing so in this list is inappropriate.
- * `django-developers mailing archive`_
- * `django-developers subscription email address`_
- * `django-developers posting email`_
- .. _django-developers mailing archive: https://groups.google.com/g/django-developers
- .. _django-developers subscription email address: mailto:django-developers+subscribe@googlegroups.com
- .. _django-developers posting email: mailto:django-developers@googlegroups.com
- .. _django-announce-mailing-list:
- ``django-announce``
- ===================
- A (very) low-traffic list for announcing :ref:`upcoming security releases
- <security-disclosure>`, new releases of Django, and security advisories.
- * `django-announce mailing archive`_
- * `django-announce subscription email address`_
- * `django-announce posting email`_
- .. _django-announce mailing archive: https://groups.google.com/g/django-announce
- .. _django-announce subscription email address: mailto:django-announce+subscribe@googlegroups.com
- .. _django-announce posting email: mailto:django-announce@googlegroups.com
- .. _django-updates-mailing-list:
- ``django-updates``
- ==================
- All the ticket updates are mailed automatically to this list, which is tracked
- by developers and interested community members.
- * `django-updates mailing archive`_
- * `django-updates subscription email address`_
- * `django-updates posting email`_
- .. _django-updates mailing archive: https://groups.google.com/g/django-updates
- .. _django-updates subscription email address: mailto:django-updates+subscribe@googlegroups.com
- .. _django-updates posting email: mailto:django-updates@googlegroups.com
|