Releases: melinath/django-daguerre
Releases · melinath/django-daguerre
3.0.0
- Added official support for Django 3.0
- Added official support for Python 3.8
- Dropped support for Django < 1.11
- Dropped support for Python 2
- Dropped support for PIL
2.3.1
- Bugfix: Made {% adjust ... as var %} template tag correctly use an info dict instead of a helper instance so that width and height are available. Thanks @pembeci for the report!
2.3.0
- Added official support for Django 2.0-2.2
- Dropped official support for Python 3.3 and Python 3.4
- Updated get_image_dimensions implementation to better match current Django implementation
2.2.3
- Doc updates
- Corrected preadjust behavior
- Corrected rounding of floating point numbers (thanks @fitodic !)
- Allowed customizing the image storage path, and improved the default path (thanks @fitodic!)
- Added official support for Django 1.10 & 1.11
2.2.2
- Fixed incorrect requirements in setup.py.
- Fixed tests for adjusting broken images so they’re compatible with all versions of Pillow.
2.2.1
- Added compatibility with Django 1.9 (thanks @ajhi!)
2.2.0
- Improved efficiency of adjusted image queries (thanks @mislavcimpersak!)
- Fixed some minor image adjustment bugs.
- Added Jinja template support.
- Added compatibility with Django 1.8