Skip to content

ImageField โ€‹

Overview โ€‹

Image counterpart to :class:FileField.

Shares the {"name": ..., "url": ...} representation. Subclasses the file field rather than rest_framework.serializers.ImageField so it does not pull in Pillow; image content validation is left to the model field and upload pipeline.

Source โ€‹

server/vueda/core/fields/serializers.py:98

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2