Releases: caktus/django-email-bandit
Releases · caktus/django-email-bandit
v2.0.0
v2.0 (released 2020-12-17)
- Drop support for Python 2.7
- Drop support for Python 3.5
- Add support for Django 2.2, 3.0 and 3.1
v1.6.0
- Add BANDIT_REGEXP_WHITELIST to allow match emails by regexps (#29) Thanks @PetrDlouhy!
v1.5.0
- Added documentation regarding context variables available in the email template (#25)
- Allow BANDIT_EMAIL to be a list of addresses (#26)
- Add flake8 and coverage tox environments
v1.4.0
- Added support for Django 2.0 and Python 3.5
- Dropped support for Django 1.5, 1.6, 1.7, 1.9 and Python 3.4
- Documentation improvements
- Support more email address formats (#19)
v1.3.0: Merge pull request #15 from caktus/update_supported_versions
- Added support and test coverage for Django 1.11
- Added support and test coverage for Python 3.6
- Dropped support for Python 2.6 and Python 3.3.
v1.1.0
- Backends now intercept the CC and BCC fields as well
- Entire domains can be whitelisted. See the :doc:
settings documentation <settings>
.