Image
This is the image as rendered from a template tag through the builtin filter 'image.Thumb':
Information from the original DB model:
- upload_time
- {{ image.upload_time }}
- src (as a path)
- {{ image.src }}
- width
- {{ image.width }}
- height
- {{ image.height }}
- bytesize
- {{ image.bytesize }}
Information derived from the original DB model:
- filename
- {{ image.filename }}
- is_portrait
- "{{ image.is_portrait }}"