Bug-Fix: Don't convert images with mode RGBA to RGB. That results in loss of alpha channel (transparency)
Reproduce bug: Upload an png image with alpha channel and see how all transparent pixels are replaced through black pixels.
Changeset: 58c637f
Bugfix product properties:
Similar to https://github.com/diefenbach/django-lfs/issues/18, but slightly different: First create a global property, then create a variant for a product. Then change a property value of the variant and hit save. It will not be saved.
Changeset: 80978a7
Bug-Fix: Don't convert images with mode RGBA to RGB. That results in loss of alpha channel (transparency)
Reproduce bug: Upload an png image with alpha channel and see how all transparent pixels are replaced through black pixels.
Changeset: 58c637f
Bugfix product properties: Similar to https://github.com/diefenbach/django-lfs/issues/18, but slightly different: First create a global property, then create a variant for a product. Then change a property value of the variant and hit save. It will not be saved.