“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 | + | = Django 内部结构 = |
− | + | 对 Django 本身进行黑客攻击的人的文档。 如果您想帮助改进 Django 或了解 Django 的管理方式,那么这里就是您要去的地方。 | |
− | |||
<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| | + | ** [[../contributing/triaging-tickets|对票进行分类]] |
− | ** [[../contributing/writing-code/index| | + | ** [[../contributing/writing-code/index|写代码]] |
** [[../contributing/writing-documentation|编写文档]] | ** [[../contributing/writing-documentation|编写文档]] | ||
− | ** [[../contributing/localizing| | + | ** [[../contributing/localizing|本地化 Django]] |
** [[../contributing/committing-code|提交代码]] | ** [[../contributing/committing-code|提交代码]] | ||
− | * [[../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|Django 项目的组织]] |
− | ** [[../organization#principles| | + | ** [[../organization#principles|原则]] |
− | ** [[../organization#core-team| | + | ** [[../organization#core-team|核心团队]] |
− | ** [[../organization#technical-board| | + | ** [[../organization#technical-board|技术委员会]] |
− | ** [[../organization#changing-the-organization| | + | ** [[../organization#changing-the-organization|改变组织]] |
− | * [[../security|Django | + | * [[../security|Django 的安全策略]] |
− | ** [[../security#reporting-security-issues| | + | ** [[../security#reporting-security-issues|报告安全问题]] |
− | ** [[../security#supported-versions| | + | ** [[../security#supported-versions|支持的版本]] |
− | ** [[../security#how-django-discloses-security-issues| | + | ** [[../security#how-django-discloses-security-issues|Django 如何披露安全问题]] |
− | ** [[../security#who-receives-advance-notification| | + | ** [[../security#who-receives-advance-notification|谁收到预先通知]] |
− | ** [[../security#requesting-notifications| | + | ** [[../security#requesting-notifications|请求通知]] |
− | * [[../release-process| | + | * [[../release-process|Django的发布流程]] |
− | ** [[../release-process#official-releases| | + | ** [[../release-process#official-releases|官方发布]] |
− | ** [[../release-process#release-cadence| | + | ** [[../release-process#release-cadence|发布节奏]] |
− | ** [[../release-process#deprecation-policy| | + | ** [[../release-process#deprecation-policy|弃用政策]] |
− | ** [[../release-process#supported-versions| | + | ** [[../release-process#supported-versions|支持的版本]] |
− | ** [[../release-process#release-process| | + | ** [[../release-process#release-process|发布流程]] |
− | * [[../deprecation|Django | + | * [[../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| | + | * [[../git|Django 源代码库]] |
− | ** [[../git#high-level-overview| | + | ** [[../git#high-level-overview|高级概述]] |
− | ** [[../git#the-master-branch| | + | ** [[../git#the-master-branch|主分支]] |
− | ** [[../git#stable-branches| | + | ** [[../git#stable-branches|稳定的分支]] |
− | ** [[../git#id1|标签 | + | ** [[../git#id1|标签]] |
− | * [[../howto-release-django| | + | * [[../howto-release-django|姜戈是如何形成的?]] |
− | ** [[../howto-release-django#overview| | + | ** [[../howto-release-django#overview|概述]] |
− | ** [[../howto-release-django#prerequisites| | + | ** [[../howto-release-django#prerequisites|先决条件]] |
− | ** [[../howto-release-django#pre-release-tasks| | + | ** [[../howto-release-django#pre-release-tasks|预发布任务]] |
− | ** [[../howto-release-django#preparing-for-release| | + | ** [[../howto-release-django#preparing-for-release|准备发布]] |
− | ** [[../howto-release-django#actually-rolling-the-release| | + | ** [[../howto-release-django#actually-rolling-the-release|实际滚动发布]] |
− | ** [[../howto-release-django#making-the-release-s-available-to-the-public| | + | ** [[../howto-release-django#making-the-release-s-available-to-the-public|向公众提供版本]] |
− | ** [[../howto-release-django#post-release| | + | ** [[../howto-release-django#post-release|发布后]] |
− | ** [[../howto-release-django#new-stable-branch-tasks| | + | ** [[../howto-release-django#new-stable-branch-tasks|新的稳定分支任务]] |
− | ** [[../howto-release-django#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的最新版本
Django 内部结构
对 Django 本身进行黑客攻击的人的文档。 如果您想帮助改进 Django 或了解 Django 的管理方式,那么这里就是您要去的地方。