cdl*_*ary 6 python django django-models
在向 newforms 管理员过渡的过程中,我很难弄清楚如何为 ImageFields 指定 core=False。
我收到以下错误:
TypeError: __init__() got an unexpected keyword argument 'core'
Run Code Online (Sandbox Code Playgroud)
[编辑] 但是,只需删除核心参数,我就会得到“此字段是必需的”。尝试提交时管理界面中的错误。如何使用 newforms admin 完成 core=False 的工作?