无法将属性组保存到 django-lfs 中的产品
我已经创建属性并将它们添加到属性组。然后我分配给我的新产品。但是 django 向我展示
TypeError at /manage/update-product-properties/1
save() got an unexpected keyword argument 'using'
I already create properties and add them to property group.Then I assign to my new product.But django show me
TypeError at /manage/update-product-properties/1
save() got an unexpected keyword argument 'using'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,正如您在对 OP 的评论中指出的那样,通过使用不同版本的 Django,问题就消失了。
using
是 Django 1.2 中多数据库支持机制的一部分Yeah, as you point out in your comment to your OP, the problem went away by using a different version of Django.
using
is part of the machinery for multi-database support in Django 1.2