---
title: "Django internals"
version: 4.0
locale: it
source: https://docs.djangoproject.com/it/4.0/internals/
canonical: https://djangodocs.dev/it/4.0/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.

- [Contributing to Django](/it/4.0/internals/contributing/)

  - [Work on the Django framework](/it/4.0/internals/contributing/#work-on-the-django-framework)
  - [Join the Django community ❤️](/it/4.0/internals/contributing/#join-the-django-community)
- [Mailing lists](/it/4.0/internals/mailing-lists/)

  - [`django-users`](/it/4.0/internals/mailing-lists/#django-users)
  - [`django-developers`](/it/4.0/internals/mailing-lists/#django-developers)
  - [`django-announce`](/it/4.0/internals/mailing-lists/#django-announce)
  - [`django-updates`](/it/4.0/internals/mailing-lists/#django-updates)
- [Organization of the Django Project](/it/4.0/internals/organization/)

  - [Principles](/it/4.0/internals/organization/#principles)
  - [Mergers](/it/4.0/internals/organization/#mergers)
  - [Releasers](/it/4.0/internals/organization/#releasers)
  - [Technical board](/it/4.0/internals/organization/#technical-board)
  - [Changing the organization](/it/4.0/internals/organization/#changing-the-organization)
- [Django’s security policies](/it/4.0/internals/security/)

  - [Reporting security issues](/it/4.0/internals/security/#reporting-security-issues)
  - [Supported versions](/it/4.0/internals/security/#supported-versions)
  - [How Django discloses security issues](/it/4.0/internals/security/#how-django-discloses-security-issues)
  - [Who receives advance notification](/it/4.0/internals/security/#who-receives-advance-notification)
  - [Requesting notifications](/it/4.0/internals/security/#requesting-notifications)
- [Django’s release process](/it/4.0/internals/release-process/)

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

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

  - [High-level overview](/it/4.0/internals/git/#high-level-overview)
  - [The main branch](/it/4.0/internals/git/#the-main-branch)
  - [Stable branches](/it/4.0/internals/git/#stable-branches)
  - [Tags](/it/4.0/internals/git/#id1)
- [How is Django Formed?](/it/4.0/internals/howto-release-django/)

  - [Overview](/it/4.0/internals/howto-release-django/#overview)
  - [Prerequisites](/it/4.0/internals/howto-release-django/#prerequisites)
  - [Pre-release tasks](/it/4.0/internals/howto-release-django/#pre-release-tasks)
  - [Preparing for release](/it/4.0/internals/howto-release-django/#preparing-for-release)
  - [Actually rolling the release](/it/4.0/internals/howto-release-django/#actually-rolling-the-release)
  - [Making the release(s) available to the public](/it/4.0/internals/howto-release-django/#making-the-release-s-available-to-the-public)
  - [Post-release](/it/4.0/internals/howto-release-django/#post-release)
  - [New stable branch tasks](/it/4.0/internals/howto-release-django/#new-stable-branch-tasks)
  - [Notes on setting the VERSION tuple](/it/4.0/internals/howto-release-django/#notes-on-setting-the-version-tuple)
