- Added Django 4.1, 4.2, 5.0, Python 3.11, 3.12.
- Fixed a typo in the README.
- Modernized the package.
- Added a command to send test mails using all configured email backends.
0.2 (2022-02-07)
- Removed the
functools.cache
decorator fromget_connection
-- constructing backends isn't that expensive and the danger of memory leaks when misusing the connection management is worse. - Removed support for the
ssl_keyfile
andssl_certfile
parameters since they are never returned bydj-email-url
anyway. - Changed the implementation to use documented APIs instead of undocumented internals of Django.
- Switched from
dj-email-url
tospeckenv_django
for parsing the email URL.
0.1 (2022-02-03)
- Initial release!