---
title: "Mailing lists and Forum"
version: 4.2
locale: es
source: https://docs.djangoproject.com/es/4.2/internals/mailing-lists/
canonical: https://djangodocs.dev/es/4.2/internals/mailing-lists/
---
# Mailing lists and Forum

> **Important**
>
> Por favor, informe los problemas de seguridad **solo** a [security@djangoproject.com](mailto:security@djangoproject.com). Esta es una lista privada solo disponible para desarrolladores de Django altamente confiables y de conocida trayectoria, y sus archivos no son de dominio público. Para más información, por favor consulte [nuestra política de seguridad](/es/4.2/internals/security/).

## Django Forum

Django has an [official Forum](https://forum.djangoproject.com) where you can input and ask questions.

There are several categories of discussion including:

- [Using Django](https://forum.djangoproject.com/c/users/6): to ask any question regarding the installation, usage, or
  debugging of Django.
- [Internals](https://forum.djangoproject.com/c/internals/5): for discussion of the development of Django itself.

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

## `django-users`

> **Note**
>
> The [Using Django](https://forum.djangoproject.com/c/users/6) category of the [official Forum](https://forum.djangoproject.com) 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 [your message does not appear](/es/4.2/faq/help/#message-does-not-appear-on-django-users) instantly.

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

> **Note**
>
> The [Internals](https://forum.djangoproject.com/c/internals/5) category of the [official Forum](https://forum.djangoproject.com) 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
[Contribuyendo con Django](/es/4.2/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/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`

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

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

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/g/django-updates)
- [django-updates subscription email address](mailto:django-updates+subscribe@googlegroups.com)
- [django-updates posting email](mailto:django-updates@googlegroups.com)
