awesto / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
3.17k stars 1.04k forks source link

Product gallery product not JSON serializable #808

Closed markusmo closed 4 years ago

markusmo commented 4 years ago

I tried to add the CMS plugin for Product Gallery into my layout. After being able to select my products, while pressing the save button I got following error message: https://gist.github.com/markusmo/4be685a83fe6c53d025b3af39c445f9b

I have checked my serializer for my products and in the Catalog-App it is working just fine.

jrief commented 4 years ago

Has been fixed in version 1.2. Will backport to version 1.1. Thanks for reporting.