File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 3.6.0 (2021-12-21)
5+ --------------------------
6+ * Support for Django 4.0. Thanks @domdinicola !
7+ * ` cleanup_mail ` now deletes emails in batches, which is much nicer to DB when deleting millions of emails. Thanks @stevemc4 !
8+ * Failure to send an email are now logged as an exception. Thanks @SaturnFromTitan !
9+ * Added ` es ` locale. Thanks @ahmontero !
10+ * Fixed admin template discovery issue for case-sensitive filesystems. Thanks @fasih !
11+ * Fixes: ` SMTPServerDisconnected ` error. Thanks @weimens !
12+ * Various maintenance work by @jrief and @mogost .
13+
414Version 3.5.3 (2020-12-04)
515--------------------------
616* Fixed an issue with Celery integration that could cause duplicate emails. Thanks @jrief !
Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ Django. Some awesome features are:
1919
2020- [ django \> = 2.2] ( https://djangoproject.com/ )
2121- [ jsonfield] ( https://github.com/rpkilby/jsonfield )
22-
23- ### Optional Dependency
24-
2522- [ bleach] ( https://bleach.readthedocs.io/ )
2623
2724With this optional dependency, HTML emails are nicely rendered
Original file line number Diff line number Diff line change 1- 3, 5, 3
1+ 3, 6, 0
You can’t perform that action at this time.
0 commit comments