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

  - [Advice for new contributors](/fr/1.10/internals/contributing/new-contributors/)
  - [Reporting bugs and requesting features](/fr/1.10/internals/contributing/bugs-and-features/)
  - [Triaging tickets](/fr/1.10/internals/contributing/triaging-tickets/)
  - [Writing code](/fr/1.10/internals/contributing/writing-code/)
  - [Writing documentation](/fr/1.10/internals/contributing/writing-documentation/)
  - [Localizing Django](/fr/1.10/internals/contributing/localizing/)
  - [Committing code](/fr/1.10/internals/contributing/committing-code/)
- [Mailing lists](/fr/1.10/internals/mailing-lists/)

  - [`django-users`](/fr/1.10/internals/mailing-lists/#django-users)
  - [`django-core-mentorship`](/fr/1.10/internals/mailing-lists/#django-core-mentorship)
  - [`django-developers`](/fr/1.10/internals/mailing-lists/#django-developers)
  - [`django-i18n`](/fr/1.10/internals/mailing-lists/#django-i18n)
  - [`django-announce`](/fr/1.10/internals/mailing-lists/#django-announce)
  - [`django-updates`](/fr/1.10/internals/mailing-lists/#django-updates)
- [Organization of the Django Project](/fr/1.10/internals/organization/)

  - [Principles](/fr/1.10/internals/organization/#principles)
  - [Core team](/fr/1.10/internals/organization/#core-team)
  - [Technical board](/fr/1.10/internals/organization/#technical-board)
  - [Changing the organization](/fr/1.10/internals/organization/#changing-the-organization)
- [Django team](/fr/1.10/internals/team/)

  - [The original team](/fr/1.10/internals/team/#the-original-team)
  - [The current team](/fr/1.10/internals/team/#the-current-team)
  - [Past team members](/fr/1.10/internals/team/#past-team-members)
- [Roles](/fr/1.10/internals/roles/)

  - [Technical board](/fr/1.10/internals/roles/#technical-board)
  - [Committers](/fr/1.10/internals/roles/#committers)
  - [Security team](/fr/1.10/internals/roles/#security-team)
  - [Releasers](/fr/1.10/internals/roles/#releasers)
  - [Ops team](/fr/1.10/internals/roles/#ops-team)
- [Django’s security policies](/fr/1.10/internals/security/)

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

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

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

  - [High-level overview](/fr/1.10/internals/git/#high-level-overview)
  - [The master branch](/fr/1.10/internals/git/#the-master-branch)
  - [Other branches](/fr/1.10/internals/git/#other-branches)
  - [Tags](/fr/1.10/internals/git/#id1)
- [How is Django Formed?](/fr/1.10/internals/howto-release-django/)

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