我有一个表格,我使用过django-autocomplete。
如果条目存在,则应自动填写条目,如果条目不存在 已经它应该允许我通过相同的表格创建一个新的条目。
但是当我尝试在诸如song_name之类的自动填充字段中提交带有新条目的表单时 我得到了:
"This field is required." Error.
它没有创建帖子变量“song_name”,只有“song_name-autocomplete”存在。
表格有:
song_name
song_language
album_name
album_artist
album_pub_year
author_name
这是帖子数据:
song_name-autocomplete:asdfghjkl
song_language:hindi
album_name-autocomplete:sdfghjkl
album_artist-autocomplete:sdfghjl
album_pub_year:2003
author_name:prajjwal1