Django Image Cropping Versions Save

Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.

v1.7

2 years ago

Add support for Django 4.0

v1.6.2

2 years ago

Make sure a sensible default value for JQUERY_URL is set.

v1.6.1

2 years ago
  • Add default setting for jquery url to app conf

v1.6.0

2 years ago

v1.5.0

3 years ago
  • Drop support for Python 3.5 (although it should still work)
  • Add support for Django 3.1
  • Minified JS and reduce potential for incompatibility with other django libraries (See #148)
  • Fix formfield_for_dbfield signature (#134)
  • Fix CSS property word separator (#131)
  • Enforce isort in tests

v1.4.0

4 years ago

Version 1.3.0 already added support for modern Django versions and started to drop old legacy code.

Version 1.4.0 adds

  • Removing more old code
  • Test and packaging moved to GitHub Actions