Skip to content

Releases: makinacorpus/django-paperclip

2.7.2

21 Feb 14:29
Compare
Choose a tag to compare

2.7.2 (2023-02-21)

  • Fix link between attachment and file is lost when updating old attachment (created in version <2.7.0) without title and random suffix

2.7.1

17 Feb 14:13
Compare
Choose a tag to compare

2.7.1 (2023-02-17)

  • Fix link between attachment and file is lost when updating old attachment (created in version <2.7.0) without random suffix

2.7.0

15 Feb 10:11
33b30c0
Compare
Choose a tag to compare

2.7.0 (2023-02-15)

  • Add safety checks on uploaded files
  • Fix link to the project on Pypi when clicking the pypi badge (another pypi project is named django-paperclip)
  • Fix typo in test-supporting HTML files (nothing was broken though)

2.6.1

07 Jul 12:27
Compare
Choose a tag to compare
  • Change setting names : PAPERCLIP_MIN_ATTACHMENT_HEIGHT, PAPERCLIP_MIN_ATTACHMENT_WIDTH => PAPERCLIP_MIN_IMAGE_UPLOAD_WIDTH, PAPERCLIP_MIN_IMAGE_UPLOAD_HEIGHT
  • Fix check size of image only when it's an image

2.6.0

06 Jul 15:40
Compare
Choose a tag to compare

New

  • Add PAPERCLIP_MAX_BYTES_SIZE_IMAGE max size image form
  • Add PAPERCLIP_MIN_ATTACHMENT_HEIGHT min height image form
  • Add PAPERCLIP_MIN_ATTACHMENT_WIDTH min width image form

2.5.1

05 Jul 08:29
Compare
Choose a tag to compare
  • Add blocks templates

2.5.0

26 Apr 13:42
Compare
Choose a tag to compare

New

  • Add field license on attachment

2.4.3

08 Apr 09:23
Compare
Choose a tag to compare
  • Replace french column name to english column name

2.4.2

29 Mar 17:24
Compare
Choose a tag to compare

Fixes

  • Fix js init mode embed type should be File and not Youtube

2.4.1

18 Mar 09:06
Compare
Choose a tag to compare

** Fixes **

  • Fix form enable_link javascript