Skip to content

Releases: melinath/django-daguerre

3.0.0

08 Apr 20:00
9437dfc
Compare
Choose a tag to compare
  • 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

06 Apr 23:35
e4e0290
Compare
Choose a tag to compare
  • 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

02 Apr 21:31
5093d54
Compare
Choose a tag to compare
  • 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

28 Apr 16:19
Compare
Choose a tag to compare
  • 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

10 May 21:21
Compare
Choose a tag to compare
  • Fixed incorrect requirements in setup.py.
  • Fixed tests for adjusting broken images so they’re compatible with all versions of Pillow.

2.2.1

06 May 03:40
Compare
Choose a tag to compare
  • Added compatibility with Django 1.9 (thanks @ajhi!)

2.2.0

13 Apr 19:53
Compare
Choose a tag to compare
  • Improved efficiency of adjusted image queries (thanks @mislavcimpersak!)
  • Fixed some minor image adjustment bugs.
  • Added Jinja template support.
  • Added compatibility with Django 1.8