Django-amazon-ses

Latest version: v4.0.1

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

Scan your dependencies

Page 2 of 4

2.1.0

==================

- Add support and testing for Django 2.1, 2.2 and Python 3.7. No actual code
changes were required.

2.0.0

==================

- Remove support for Django < 1.11.
- Add ``AWS_SES_*`` settings to configure AWS credentials through
``settings.py``.
- Add ``EmailBackend`` constructor arguments to override AWS credentials.

1.0.0

==================

- Drop support for Python 3.3.
- Add testing and support for Django 2.0 (no actual code changes were
required).
- Add settings ``AWS_ACCESS_KEY_ID`` and ``AWS_SECRET_ACCESS_KEY`` to configure
credentials through ``settings.py``.
- Rename setting ``DJANGO_AMAZON_SES_REGION`` to ``AWS_DEFAULT_REGION`` (to
match the Boto 3 environment variable).
- ``django_amazon_ses`` is now a module instead of a package. To upgrade,
change the ``EMAIL_BACKEND`` setting in ``settings.py``:

.. code:: python

EMAIL_BACKEND = 'django_amazon_ses.EmailBackend'

Importing signals should now be imported from ``django_amazon_ses`` instead
of ``django_amazon_ses.backends.boto``.

0.3.2

==================

- Fix Travis CI deployment process to account for wheels.
- Ensure that only one element of the build matrix publishes to PyPI.

0.3.1

==================

- Fix ``tox`` installation of test dependencies.
- Add ``pip`` cache to Travis CI configuration.
- Include license file in wheel package.

0.3.0

==================

- Officially support Python 3.x.
- Use a more sophisticated matrix build process to test Django compatibility.
- Add support for ``DJANGO_AMAZON_SES_REGION`` setting.

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.