We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bfa0a commit 6774fe5Copy full SHA for 6774fe5
Django/1.9/README.md
@@ -41,7 +41,7 @@ Django有大量的文档。关于如何组织的高层次概述可以帮助你
41
42
Django提供了一个用于构建以及操作Web应用数据的抽象层(“模型(model)”)。下面学习关于它的更多内容:
43
44
-* **模型(model)**: [模型入门](https://docs.djangoproject.com/en/1.9/topics/db/models/) |
+* **模型(model)**: [模型入门](./topics/db/模型.md) |
45
[(field)类型](https://docs.djangoproject.com/en/1.9/ref/models/fields/) |
46
[Meta选项](https://docs.djangoproject.com/en/1.9/ref/models/options/) |
47
[Model类](https://docs.djangoproject.com/en/1.9/ref/models/class/)
0 commit comments