Django-post-office

Latest version: v3.8.0

Safety actively analyzes 629052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 9

1.1.2

-------------
* Adds Django 1.8 compatibility.

1.1.1

-------------
* Fixes a migration error. Thanks garry-cairns!

1.1.0

-------------
* Support for Django 1.7 migrations. If you're still on Django < 1.7,
South migration files are stored in ``south_migrations`` directory.

1.0.0

-------------
* **IMPORTANT**: in older versions, passing multiple ``recipients`` into
``mail.send()`` will create multiple emails, each addressed to one recipient.
Starting from ``1.0.0``, only one email with multiple recipients will be created.
* Added ``LOG_LEVEL`` setting.
* ``mail.send()`` now supports ``cc`` and ``bcc``.
Thanks Ștefan Daniel Mihăilă (stefan-mihaila)!
* Improvements to ``admin`` interface; you can now easily requeue multiple emails.
* ``Log`` model now stores the type of exception caught during sending.
* ``send_templated_mail`` command is now deprecated.
* Added ``EMAIL_BACKEND`` setting to the new dictionary-styled settings.

0.8.4

-------------
* ``send_queued_mail`` now accepts an extra ``--log-level`` argument.
* ``mail.send()`` now accepts an extra ``log_level`` argument.
* Drop unused/low cardinality indexes to free up RAM on large tables.

0.8.3

-------------
* ``send_queued_mail`` now accepts ``--lockfile`` argument.
* Lockfile implementation has been modified to use symlink, which is an atomic operation
across platforms.

Page 6 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.