* 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.2dev
=======================
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
2.6.0
=======================
** 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