如何过滤django管理员中的外键?

时间:2016-06-25 13:55:03

标签: django django-models django-admin

This是我的管理模型datatime。我想要做的是建立模型或编辑管理员,以便根据我选择的外键过滤它。我该怎么办?

Admin Model

1 个答案:

答案 0 :(得分:0)

您必须使用JavaScript才能实现此目的。最好的可能是将django-autocomplete-light等模块与select2结合使用。

然后你就可以filter results based on the value of other fields in the form