django smart select在管理员中不起作用

时间:2018-08-28 09:38:12

标签: python django

我正在使用Django 3.6版本的python 3.6。我已经安装了智能选择库。但是当我尝试使用管理端模型形式时,它显示了Java脚本错误。

Uncaught ReferenceError: chainedfk is not defined
    at initItem (bindfields.js:12)
    at HTMLSelectElement.<anonymous> (bindfields.js:31)
    at Function.each (jquery.min.js:2)
    at HTMLDocument.<anonymous> (bindfields.js:30)
    at i (jquery.min.js:2)
    at Object.fireWith [as resolveWith] (jquery.min.js:2)
    at Function.ready (jquery.min.js:2)
    at HTMLDocument.J (jquery.min.js:2)

0 个答案:

没有答案