---
title: "Django internals"
version: 5.1
locale: es
source: https://docs.djangoproject.com/es/5.1/internals/
canonical: https://djangodocs.dev/es/5.1/internals/
---
# Django internals

Documentation for people hacking on Django itself. This is the place to go if
you’d like to help improve Django or learn about how Django is managed.

- [Contribuyendo con Django](/es/5.1/internals/contributing/)

  - [Communication channels](/es/5.1/internals/contributing/#communication-channels)
  - [Empezando](/es/5.1/internals/contributing/#getting-started)
  - [Work on the Django framework](/es/5.1/internals/contributing/#work-on-the-django-framework)
  - [Other ways of contributing](/es/5.1/internals/contributing/#other-ways-of-contributing)
- [Mailing lists and Forum](/es/5.1/internals/mailing-lists/)

  - [Django Forum](/es/5.1/internals/mailing-lists/#django-forum)
  - [`django-announce`](/es/5.1/internals/mailing-lists/#django-announce)
  - [`django-updates`](/es/5.1/internals/mailing-lists/#django-updates)
  - [Archived mailing lists](/es/5.1/internals/mailing-lists/#archived-mailing-lists)
- [Organización del Proyecto Django](/es/5.1/internals/organization/)

  - [Principios](/es/5.1/internals/organization/#principles)
  - [Mergers](/es/5.1/internals/organization/#mergers)
  - [Releasers](/es/5.1/internals/organization/#releasers)
  - [Steering council](/es/5.1/internals/organization/#steering-council)
  - [Changing the organization](/es/5.1/internals/organization/#changing-the-organization)
- [Django’s security policies](/es/5.1/internals/security/)

  - [Reporting security issues](/es/5.1/internals/security/#reporting-security-issues)
  - [How does Django evaluate a report](/es/5.1/internals/security/#how-does-django-evaluate-a-report)
  - [Supported versions](/es/5.1/internals/security/#supported-versions)
  - [Security issue severity levels](/es/5.1/internals/security/#security-issue-severity-levels)
  - [How Django discloses security issues](/es/5.1/internals/security/#how-django-discloses-security-issues)
  - [Who receives advance notification](/es/5.1/internals/security/#who-receives-advance-notification)
  - [Requesting notifications](/es/5.1/internals/security/#requesting-notifications)
- [Django’s release process](/es/5.1/internals/release-process/)

  - [Official releases](/es/5.1/internals/release-process/#official-releases)
  - [Release cadence](/es/5.1/internals/release-process/#release-cadence)
  - [Deprecation policy](/es/5.1/internals/release-process/#deprecation-policy)
  - [Supported versions](/es/5.1/internals/release-process/#supported-versions)
  - [Release process](/es/5.1/internals/release-process/#release-process)
- [Django Deprecation Timeline](/es/5.1/internals/deprecation/)

  - [6.0](/es/5.1/internals/deprecation/#deprecation-removed-in-6-0)
  - [5.1](/es/5.1/internals/deprecation/#deprecation-removed-in-5-1)
  - [5.0](/es/5.1/internals/deprecation/#deprecation-removed-in-5-0)
  - [4.1](/es/5.1/internals/deprecation/#deprecation-removed-in-4-1)
  - [4.0](/es/5.1/internals/deprecation/#deprecation-removed-in-4-0)
  - [3.1](/es/5.1/internals/deprecation/#deprecation-removed-in-3-1)
  - [3.0](/es/5.1/internals/deprecation/#deprecation-removed-in-3-0)
  - [2.1](/es/5.1/internals/deprecation/#deprecation-removed-in-2-1)
  - [2.0](/es/5.1/internals/deprecation/#deprecation-removed-in-2-0)
  - [1.10](/es/5.1/internals/deprecation/#deprecation-removed-in-1-10)
  - [1.9](/es/5.1/internals/deprecation/#deprecation-removed-in-1-9)
  - [1.8](/es/5.1/internals/deprecation/#deprecation-removed-in-1-8)
  - [1.7](/es/5.1/internals/deprecation/#deprecation-removed-in-1-7)
  - [1.6](/es/5.1/internals/deprecation/#deprecation-removed-in-1-6)
  - [1.5](/es/5.1/internals/deprecation/#deprecation-removed-in-1-5)
  - [1.4](/es/5.1/internals/deprecation/#deprecation-removed-in-1-4)
  - [1.3](/es/5.1/internals/deprecation/#deprecation-removed-in-1-3)
- [The Django source code repository](/es/5.1/internals/git/)

  - [High-level overview](/es/5.1/internals/git/#high-level-overview)
  - [The main branch](/es/5.1/internals/git/#the-main-branch)
  - [Ramas estables](/es/5.1/internals/git/#stable-branches)
  - [Etiquetas](/es/5.1/internals/git/#id1)
- [How is Django Formed?](/es/5.1/internals/howto-release-django/)

  - [Información general](/es/5.1/internals/howto-release-django/#overview)
  - [Prerequisites](/es/5.1/internals/howto-release-django/#prerequisites)
  - [Pre-release tasks](/es/5.1/internals/howto-release-django/#pre-release-tasks)
  - [Actually rolling the release](/es/5.1/internals/howto-release-django/#actually-rolling-the-release)
  - [Making the release(s) available to the public](/es/5.1/internals/howto-release-django/#making-the-release-s-available-to-the-public)
  - [Post-release](/es/5.1/internals/howto-release-django/#post-release)
  - [New stable branch tasks](/es/5.1/internals/howto-release-django/#new-stable-branch-tasks)
  - [Notes on setting the VERSION tuple](/es/5.1/internals/howto-release-django/#notes-on-setting-the-version-tuple)
