解决的办法是修改 search_fields 中的外键字段名称。 search
将 search_fields 中的外键字段改成 foreign_key__related_fieldname 这种形式就能够了。 这种用法适用于 ForeignKey 及 ManyToManyField 。 arc