Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 django 项目,在其中一个管理页面中,我正在向表中添加数据
我希望在我选择一个主题后,在学生名中将只有注册该主题的学生。如何按主题名称过滤它们?
Django 不是开箱即用的。我经常看到推荐的一个第三方包来完成这个常见任务(而不是编写你自己的 ajax 来完成它)是django smart selects。