* Drop support for django < 4.2 * Support django 4.2 * Pre support django 5.2 * Drop support python < 3.9 * Add support for python 3.9 to 3.13
2.7.2
=======================
* 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
=======================
* Fix link between attachment and file is lost when updating old attachment (created in version <2.7.0) without random suffix
2.7.0
=======================
* 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
=======================
* 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