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

- [为 Django 做贡献](/zh-hans/4.0/internals/contributing/)

  - [Work on the Django framework](/zh-hans/4.0/internals/contributing/#work-on-the-django-framework)
  - [Join the Django community ❤️](/zh-hans/4.0/internals/contributing/#join-the-django-community)
- [邮件列表](/zh-hans/4.0/internals/mailing-lists/)

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

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

  - [Reporting security issues](/zh-hans/4.0/internals/security/#reporting-security-issues)
  - [支持的版本](/zh-hans/4.0/internals/security/#supported-versions)
  - [How Django discloses security issues](/zh-hans/4.0/internals/security/#how-django-discloses-security-issues)
  - [Who receives advance notification](/zh-hans/4.0/internals/security/#who-receives-advance-notification)
  - [Requesting notifications](/zh-hans/4.0/internals/security/#requesting-notifications)
- [Django 的发行流程](/zh-hans/4.0/internals/release-process/)

  - [正式发行](/zh-hans/4.0/internals/release-process/#official-releases)
  - [发行节奏](/zh-hans/4.0/internals/release-process/#release-cadence)
  - [废弃政策](/zh-hans/4.0/internals/release-process/#deprecation-policy)
  - [支持的版本](/zh-hans/4.0/internals/release-process/#supported-versions)
  - [发行过程](/zh-hans/4.0/internals/release-process/#release-process)
- [Django废弃时间表](/zh-hans/4.0/internals/deprecation/)

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

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

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