我使用来自 master 分支的最新 django-oscar。
我一直在尝试了解如何使用 oscar,请帮助我解决以下问题。
使用管理页面,首先,我添加以下产品属性
Product class: Base Card
Name: Card Type
Type: Option
Option Group: 'Card Type'
Required: checked
然后我尝试添加一个带有产品类的新产品Base Card
。在该Product Attribute Values
部分下,我选择Card Type
了属性,但无论我在值选项、文本或整数下插入什么值,我都会不断收到下面的验证错误。知道为什么吗?
ValidationError at /admin/catalogue/product/add/
[u'cardtype attribute cannot be blank']