b6a4041691
2.7.0: * Add support for Django 3.0 * Drop support for Python 2 * Drop support for Django < 1.11 * Drop support for Django 2.0, 2.1 2.6.0: * Added testing for Django 2.2 (no code changes required).
4 lines
255 B
Text
4 lines
255 B
Text
The primary function of easy-thumbnails is to dynamically create thumbnails
|
|
based on a source image. So whenever a thumbnail does not exist or if the
|
|
source was modified more recently than the existing thumbnail, a new thumbnail
|
|
is generated (and saved).
|