为了账号安全,请及时绑定邮箱和手机立即绑定

'title' is an invalid keyword argument for this function 是怎么回事?

def action(request):

title=request.POST.get('title','TITLE')#TITLE是默认值,获取前端的title里的值

content=request.POST.get('content','CONTENT')

models.A.objects.create(title=title,content=content)

a=models.A.objects.all()#返回主页

return render(request,'firstapp/index.html',{'key':a})

这是我在view.py里写的代码

TypeError at /index1/edit/action

'title' is an invalid keyword argument for this function

Request Method:

POST    

Request URL:

http://localhost:8000/index1/edit/action    

Django Version:

1.10.2    

Exception Type:

TypeError    

Exception Value:

'title' is an invalid keyword argument for this function
   

Exception Location:

E:\Python\lib\site-packages\django\db\models\base.py in __init__, line 555    

Python Executable:

E:\Python\python.exe    

Python Version:

3.4.4    

Python Path:

['F:\\Djangoweb\\yjyblog',
'C:\\Windows\\system32\\python34.zip',
'E:\\Python\\DLLs',
'E:\\Python\\lib',
'E:\\Python',
'E:\\Python\\lib\\site-packages']
   

Server time:

星期一, 17 四月 2017 15:22:18 +0000    

这是浏览器报错

正在回答

2 回答

我出现这个问题  是我自己 拼写错误 。好好 对应一下

0 回复 有任何疑惑可以回复我~

应该是你前面html页面的{{ }}里面的取值写错了吧,这里看不到你前面的内容,所以不好说

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
django入门与实践
  • 参与学习       65159    人
  • 解答问题       869    个

手把手带你进入Django开发的大门,充分领略Django的魅力

进入课程

'title' is an invalid keyword argument for this function 是怎么回事?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信