Skip to content

Releases: jonasundderwolf/django-image-cropping

1.7 Add support for Django 4.0

08 Feb 09:06
Compare
Choose a tag to compare

Add support for Django 4.0

1.6.2 Set default jQuery url

28 Jan 12:18
08523a5
Compare
Choose a tag to compare

Make sure a sensible default value for JQUERY_URL is set.

1.6.1

20 Aug 15:02
e63dab5
Compare
Choose a tag to compare
  • Add default setting for jquery url to app conf

Add official Django 3.2 and Python 3.9 support

20 Aug 10:18
e8ad48e
Compare
Choose a tag to compare

Minified JS and Django 3.1 support

22 Sep 11:28
8e6897d
Compare
Choose a tag to compare
  • 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

Dropping support for old code and new packaging

09 Apr 14:53
efb1452
Compare
Choose a tag to compare

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