---
title: "Django internals"
version: 3.2
locale: el
source: https://docs.djangoproject.com/el/3.2/internals/
canonical: https://djangodocs.dev/el/3.2/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](/el/3.2/internals/contributing/)

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

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

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

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

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

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

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

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