无法将属性组保存到 django-lfs 中的产品

发布于 2024-09-03 19:59:10 字数 176 浏览 2 评论 0原文

我已经创建属性并将它们添加到属性组。然后我分配给我的新产品。但是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

海之角 2024-09-10 19:59:10

是的,正如您在对 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文