“Django/docs/3.0.x/internals/index”的版本间差异

来自菜鸟教程
Django/docs/3.0.x/internals/index
跳转至:导航、​搜索
(autoload)
 
(Page commit)
 
第1行: 第1行:
 +
{{DISPLAYTITLE:Django 内部结构 — Django 文档}}
 
<div id="django-internals" class="section">
 
<div id="django-internals" class="section">
  
= Django internals =
+
= Django 内部结构 =
  
Documentation for people hacking on Django itself. This is the place to go if
+
Django 本身进行黑客攻击的人的文档。 如果您想帮助改进 Django 或了解 Django 的管理方式,那么这里就是您要去的地方。
you'd like to help improve Django or learn about how Django is managed.
 
  
 
<div class="toctree-wrapper compound">
 
<div class="toctree-wrapper compound">
  
 
* [[../contributing/index|为 Django 做贡献]]
 
* [[../contributing/index|为 Django 做贡献]]
** [[../contributing/new-contributors|对新贡献者的建议]]
+
** [[../contributing/new-contributors|给新贡献者的建议]]
** [[../contributing/bugs-and-features|报告问题和请求新功能]]
+
** [[../contributing/bugs-and-features|报告错误和请求功能]]
** [[../contributing/triaging-tickets|Triaging tickets]]
+
** [[../contributing/triaging-tickets|对票进行分类]]
** [[../contributing/writing-code/index|Writing code]]
+
** [[../contributing/writing-code/index|写代码]]
 
** [[../contributing/writing-documentation|编写文档]]
 
** [[../contributing/writing-documentation|编写文档]]
** [[../contributing/localizing|使 Django 本地化]]
+
** [[../contributing/localizing|本地化 Django]]
 
** [[../contributing/committing-code|提交代码]]
 
** [[../contributing/committing-code|提交代码]]
* [[../mailing-lists|Mailing lists]]
+
* [[../mailing-lists|邮件列表]]
 
** [[../mailing-lists#django-users|<code>django-users</code>]]
 
** [[../mailing-lists#django-users|<code>django-users</code>]]
 
** [[../mailing-lists#django-core-mentorship|<code>django-core-mentorship</code>]]
 
** [[../mailing-lists#django-core-mentorship|<code>django-core-mentorship</code>]]
第23行: 第23行:
 
** [[../mailing-lists#django-announce|<code>django-announce</code>]]
 
** [[../mailing-lists#django-announce|<code>django-announce</code>]]
 
** [[../mailing-lists#django-updates|<code>django-updates</code>]]
 
** [[../mailing-lists#django-updates|<code>django-updates</code>]]
* [[../organization|Organization of the Django Project]]
+
* [[../organization|Django 项目的组织]]
** [[../organization#principles|Principles]]
+
** [[../organization#principles|原则]]
** [[../organization#core-team|Core team]]
+
** [[../organization#core-team|核心团队]]
** [[../organization#technical-board|Technical board]]
+
** [[../organization#technical-board|技术委员会]]
** [[../organization#changing-the-organization|Changing the organization]]
+
** [[../organization#changing-the-organization|改变组织]]
* [[../security|Django's security policies]]
+
* [[../security|Django 的安全策略]]
** [[../security#reporting-security-issues|Reporting security issues]]
+
** [[../security#reporting-security-issues|报告安全问题]]
** [[../security#supported-versions|Supported versions]]
+
** [[../security#supported-versions|支持的版本]]
** [[../security#how-django-discloses-security-issues|How Django discloses security issues]]
+
** [[../security#how-django-discloses-security-issues|Django 如何披露安全问题]]
** [[../security#who-receives-advance-notification|Who receives advance notification]]
+
** [[../security#who-receives-advance-notification|谁收到预先通知]]
** [[../security#requesting-notifications|Requesting notifications]]
+
** [[../security#requesting-notifications|请求通知]]
* [[../release-process|Django's release process]]
+
* [[../release-process|Django的发布流程]]
** [[../release-process#official-releases|Official releases]]
+
** [[../release-process#official-releases|官方发布]]
** [[../release-process#release-cadence|Release cadence]]
+
** [[../release-process#release-cadence|发布节奏]]
** [[../release-process#deprecation-policy|Deprecation policy]]
+
** [[../release-process#deprecation-policy|弃用政策]]
** [[../release-process#supported-versions|Supported versions]]
+
** [[../release-process#supported-versions|支持的版本]]
** [[../release-process#release-process|Release process]]
+
** [[../release-process#release-process|发布流程]]
* [[../deprecation|Django Deprecation Timeline]]
+
* [[../deprecation|Django 弃用时间表]]
 
** [[../deprecation#deprecation-removed-in-4-0|4.0]]
 
** [[../deprecation#deprecation-removed-in-4-0|4.0]]
 
** [[../deprecation#deprecation-removed-in-3-1|3.1]]
 
** [[../deprecation#deprecation-removed-in-3-1|3.1]]
第54行: 第54行:
 
** [[../deprecation#deprecation-removed-in-1-4|1.4]]
 
** [[../deprecation#deprecation-removed-in-1-4|1.4]]
 
** [[../deprecation#deprecation-removed-in-1-3|1.3]]
 
** [[../deprecation#deprecation-removed-in-1-3|1.3]]
* [[../git|The Django source code repository]]
+
* [[../git|Django 源代码库]]
** [[../git#high-level-overview|High-level overview]]
+
** [[../git#high-level-overview|高级概述]]
** [[../git#the-master-branch|The master branch]]
+
** [[../git#the-master-branch|主分支]]
** [[../git#stable-branches|Stable branches]]
+
** [[../git#stable-branches|稳定的分支]]
** [[../git#id1|标签(Tags)]]
+
** [[../git#id1|标签]]
* [[../howto-release-django|How is Django Formed?]]
+
* [[../howto-release-django|姜戈是如何形成的?]]
** [[../howto-release-django#overview|概况]]
+
** [[../howto-release-django#overview|概述]]
** [[../howto-release-django#prerequisites|Prerequisites]]
+
** [[../howto-release-django#prerequisites|先决条件]]
** [[../howto-release-django#pre-release-tasks|Pre-release tasks]]
+
** [[../howto-release-django#pre-release-tasks|预发布任务]]
** [[../howto-release-django#preparing-for-release|Preparing for release]]
+
** [[../howto-release-django#preparing-for-release|准备发布]]
** [[../howto-release-django#actually-rolling-the-release|Actually rolling the release]]
+
** [[../howto-release-django#actually-rolling-the-release|实际滚动发布]]
** [[../howto-release-django#making-the-release-s-available-to-the-public|Making the release(s) available to the public]]
+
** [[../howto-release-django#making-the-release-s-available-to-the-public|向公众提供版本]]
** [[../howto-release-django#post-release|Post-release]]
+
** [[../howto-release-django#post-release|发布后]]
** [[../howto-release-django#new-stable-branch-tasks|New stable branch tasks]]
+
** [[../howto-release-django#new-stable-branch-tasks|新的稳定分支任务]]
** [[../howto-release-django#notes-on-setting-the-version-tuple|Notes on setting the VERSION tuple]]
+
** [[../howto-release-django#notes-on-setting-the-version-tuple|设置 VERSION 元组的注意事项]]
  
  
第74行: 第74行:
  
 
</div>
 
</div>
 +
<div class="clearer">
  
[[Category:Django 3.0.x 中文文档]]
+
 
 +
 
 +
</div>
 +
 
 +
[[Category:Django 3.0.x 文档]]

2021年10月31日 (日) 04:08的最新版本