Skip to content

Commit 6774fe5

Browse files
author
ictar
committed
增加Django/1.9/topics/db/模型的翻译
1 parent a0bfa0a commit 6774fe5

File tree

2 files changed

+979
-1
lines changed

2 files changed

+979
-1
lines changed

Django/1.9/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Django有大量的文档。关于如何组织的高层次概述可以帮助你
4141

4242
Django提供了一个用于构建以及操作Web应用数据的抽象层(“模型(model)”)。下面学习关于它的更多内容:
4343

44-
* **模型(model)**: [模型入门](https://docs.djangoproject.com/en/1.9/topics/db/models/) |
44+
* **模型(model)**: [模型入门](./topics/db/模型.md) |
4545
[(field)类型](https://docs.djangoproject.com/en/1.9/ref/models/fields/) |
4646
[Meta选项](https://docs.djangoproject.com/en/1.9/ref/models/options/) |
4747
[Model类](https://docs.djangoproject.com/en/1.9/ref/models/class/)

0 commit comments

Comments
 (0)