Caz

Results 1 issues of Caz

The VersatileImageFieldSerializer for django rest framework integration doesn't seem to acknowledge the extra_kwargs Meta field. For example, this doesn't work: ``` class ExampleSerializer(serializers.ModelSerializer): image = VersatileImageFieldSerializer( sizes=[...] ) class Meta:...