This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在尝试从 db.Model 类中获取所有字段。例如:我有两个 A 类和 B 类。A 类有 3 个字段,B 类有 2 个,但是 B 类中的两个字段之一是 A 类的外键。当我这样做时:A._meta.get_all_field_names()我从 B 类中获取和字段来自 A 的 B 的该字段外键。为什么?