---
title: "Mailing lists"
version: 3.1
locale: zh-hans
source: https://docs.djangoproject.com/zh-hans/3.1/internals/mailing-lists/
canonical: https://djangodocs.dev/zh-hans/3.1/internals/mailing-lists/
---
# Mailing lists

> **Important**
>
> 安全问题请\*\*只\*\*向 [security@djangoproject.com](mailto:security@djangoproject.com) 报告。此邮件列表是私密的，只向资历深且高度可信的 Django 开发者开放，其存档不会被公开。如需要更多细节，请前往 :doc:我们的安全策略 \</internals/security\>\`页面查看。

Django has several official mailing lists on Google Groups that are open to
anyone.

## `django-users`

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 [your message does not appear](/zh-hans/3.1/faq/help/#message-does-not-appear-on-django-users) instantly.

- [django-users mailing archive](https://groups.google.com/d/forum/django-users)
- [django-users subscription email address](mailto:django-users+subscribe@googlegroups.com)
- [django-users posting email](mailto:django-users@googlegroups.com)

## `django-developers`

The discussion about the development of Django itself takes place here.

Before asking a question about how to contribute, read
[为 Django 做贡献](/zh-hans/3.1/internals/contributing/). Many frequently asked questions are
answered there.

> **Note**
>
> Please make use of
> [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](https://groups.google.com/d/forum/django-developers)
- [django-developers subscription email address](mailto:django-developers+subscribe@googlegroups.com)
- [django-developers posting email](mailto:django-developers@googlegroups.com)

## `django-i18n`

This is the place to discuss the internationalization and localization of
Django's components.

- [django-i18n mailing archive](https://groups.google.com/d/forum/django-i18n)
- [django-i18n subscription email address](mailto:django-i18n+subscribe@googlegroups.com)
- [django-i18n posting email](mailto:django-i18n@googlegroups.com)

## `django-announce`

A (very) low-traffic list for announcing [upcoming security releases](/zh-hans/3.1/internals/security/#security-disclosure), new releases of Django, and security advisories.

- [django-announce mailing archive](https://groups.google.com/d/forum/django-announce)
- [django-announce subscription email address](mailto:django-announce+subscribe@googlegroups.com)
- [django-announce posting email](mailto:django-announce@googlegroups.com)

## `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](https://groups.google.com/d/forum/django-updates)
- [django-updates subscription email address](mailto:django-updates+subscribe@googlegroups.com)
- [django-updates posting email](mailto:django-updates@googlegroups.com)
