---
title: "模型"
version: 4.2
locale: zh-hans
source: https://docs.djangoproject.com/zh-hans/4.2/ref/models/
canonical: https://djangodocs.dev/zh-hans/4.2/ref/models/
---
# 模型

模型 API 参考。关于介绍性材料，见 [模型](/zh-hans/4.2/topics/db/models/)。

- [模型字段参考](/zh-hans/4.2/ref/models/fields/)
- [字段属性参考](/zh-hans/4.2/ref/models/fields/#field-attribute-reference)
- [模型索引参考](/zh-hans/4.2/ref/models/indexes/)
- [约束参考](/zh-hans/4.2/ref/models/constraints/)
- [模型 `_meta` API](/zh-hans/4.2/ref/models/meta/)
- [关联对象参考](/zh-hans/4.2/ref/models/relations/)
- [模型类参考](/zh-hans/4.2/ref/models/class/)
- [模型 `Meta` 选项](/zh-hans/4.2/ref/models/options/)
- [模型实例参考](/zh-hans/4.2/ref/models/instances/)
- [`QuerySet` API 参考](/zh-hans/4.2/ref/models/querysets/)
- [查找 API 参考](/zh-hans/4.2/ref/models/lookups/)
- [查询表达式](/zh-hans/4.2/ref/models/expressions/)
- [条件表达式](/zh-hans/4.2/ref/models/conditional-expressions/)
- [数据库函数](/zh-hans/4.2/ref/models/database-functions/)
