---
title: "メーリングリストとフォーラム"
version: 5.1
locale: ja
source: https://docs.djangoproject.com/ja/5.1/internals/mailing-lists/
canonical: https://djangodocs.dev/ja/5.1/internals/mailing-lists/
---
# メーリングリストとフォーラム

> **Important**
>
> セキュリティイシューは [security@djangoproject.com](mailto:security@djangoproject.com) に **のみ** 報告してください。これは長年にわたり信頼性の高いDjango開発者のみに公開されているプライベートなリストであり、そのアーカイブは公開されていません。詳細は [our security policies](/ja/5.1/internals/security/) を見てください。

## Django フォーラム

Djangoには [official Forum](https://forum.djangoproject.com) があり、そこで質問を投稿したり聞いたりすることができます。

ディスカッションにはいくつかのカテゴリがあります:

- [Using Django](https://forum.djangoproject.com/c/users/6): Djangoのインストール、使用方法、デバッグに関する質問をするためのものです。
- [Internals](https://forum.djangoproject.com/c/internals/5): Django自体の開発に関する議論のためのもの。

> **Note**
>
> 貢献方法についての質問をする前に、 [Django へのコントリビュート](/ja/5.1/internals/contributing/) を読んでください。そこにはよくある質問の答えが書かれています。

さらに、Djangoには誰でも参加できるいくつかの公式メーリングリストがGoogleグループで提供されています。

## `django-announce`

非常に少ないトラフィックのメーリングリストで、[今後のセキュリティリリース](/ja/5.1/internals/security/#security-disclosure) 、Djangoの新リリース、そしてセキュリティアドバイザリに関する告知を行います。

- [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`

すべてのチケット更新はこのリストに自動的にメールされ、開発者や関心のあるコミュニティメンバーによって追跡されます。

- [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)

## Archived mailing lists

The following mailing lists are archived and no longer active. These are still
available as a historical resource.

### `django-users`

> **Note**
>
> [official Forum](https://forum.djangoproject.com) の [Using Django](https://forum.djangoproject.com/c/users/6) カテゴリは、使用方法に関する質問をするための優先される場所となりました。

This was used for questions regarding the installation, usage, or debugging of
Django projects.

- [django-users mailing archive](https://groups.google.com/g/django-users)

### `django-developers`

> **Note**
>
> [official Forum](https://forum.djangoproject.com) の [Internals](https://forum.djangoproject.com/c/internals/5) カテゴリは、Django の開発について議論するための優先される場所となりました。

This was used for discussions about the development of Django itself.

- [django-developers mailing archive](https://groups.google.com/g/django-developers)
