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']