Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 685 Bytes

CHANGELOG.rst

File metadata and controls

29 lines (22 loc) · 685 Bytes

Changelog

2.10.3

  1. Slugify filenames so we never run into filesystem specific issues.

2.10.2

  1. Defensive code so delete never raises.
  2. Do not destroy scale cache if image does not change.

2.10.1

  1. Change version naming so modern pip does not break.

2.10.praekelt

  1. Defensive code in create_size so it never raises.
  2. Change product name to django-photologue-praekelt so it can be released to Pypi. It is a drop-in replacement for django-photologue.

2.9.praekelt

  1. Normalize filenames to ASCII.

2.8.praekelt

  1. Deprecate add_accessor_methods in favour of lazy loading since it did not scale.