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

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

  - [对新贡献者的建议](/zh-hans/2.2/internals/contributing/new-contributors/)
  - [报告问题和请求新功能](/zh-hans/2.2/internals/contributing/bugs-and-features/)
  - [Triaging tickets](/zh-hans/2.2/internals/contributing/triaging-tickets/)
  - [Writing code](/zh-hans/2.2/internals/contributing/writing-code/)
  - [编写文档](/zh-hans/2.2/internals/contributing/writing-documentation/)
  - [使 Django 本地化](/zh-hans/2.2/internals/contributing/localizing/)
  - [提交代码](/zh-hans/2.2/internals/contributing/committing-code/)
- [Mailing lists](/zh-hans/2.2/internals/mailing-lists/)

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

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

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

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

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

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

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