File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed
Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 3.10.0 (2025-07-15)
5+ ---------------------------
6+ * Added ` email.recipient_delivery_status ` field for tracking delivery issues. Thanks @hery733 !
7+ * Added ` FILE_STORAGE ` option in ` POST_OFFICE ` config to specify the storage backend for attachments. Thanks @blag !
8+ * Added Czech translation. Thanks @fdobrovolny !
9+ * Lots of packaging work and converted setup.py to pyproject.toml. Thanks @blag !
10+ * Various admin improvements. Thanks @blag !
11+ * Updated tests and translations. Thanks @samiashi !
12+ * ` mail.send_many() ` now returns a list of ` Email ` instances. Thanks @chromium7 !
13+
414Version 3.9.0 (2024-06-19)
515--------------------------
616* Added a new ` LOCK_FILE_NAME ` which lets you change post office's lock file name. Thanks @mogost !
@@ -81,7 +91,7 @@ Version 3.4.1 (2020-05-16)
8191--------------------------
8292* Allow ` tasks.py ` to be imported when Celery is not installed. This allows
8393 auto-discovery by other task systems such as Huey to succeed.
84- * Fix duplicate key problem in template editor in Django admin.
94+ * Fix duplicate key problem in template editor in Django admin.
8595
8696Version 3.4.0 (2020-04-13)
8797--------------------------
Original file line number Diff line number Diff line change @@ -848,8 +848,7 @@ containers, where you don't have a running cron-daemon.
848848## Signals
849849
850850Each time an email is added to the mail queue, Post Office emits a
851- special [ Django
852- signal] ( https://docs.djangoproject.com/en/stable/topics/signals/ ) .
851+ special [ Django signal] ( https://docs.djangoproject.com/en/stable/topics/signals/ ) .
853852Whenever a third party application wants to be informed about this
854853event, it shall connect a callback function to the Post Office's signal
855854handler ` email_queued ` , for instance:
@@ -871,5 +870,4 @@ handler.
871870
872871Full changelog can be found [ here] ( https://github.com/ui/django-post_office/blob/master/CHANGELOG.md ) .
873872
874- Created and maintained by the cool guys at [ Stamps] ( https://stamps.co.id ) , Indonesia's most elegant
875- CRM/loyalty platform.
873+ Created and maintained by [ Stamps] ( https://stamps.id ) , Indonesia's most elegant CRM/loyalty platform.
Original file line number Diff line number Diff line change 1- VERSION = '3.9 .0'
1+ VERSION = '3.10 .0'
You can’t perform that action at this time.
0 commit comments