We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d68c1 commit 5e284d3Copy full SHA for 5e284d3
CHANGELOG.md
@@ -1,5 +1,10 @@
1
Changelog
2
=========
3
+Version 3.7.1 (2023-08-08)
4
+--------------------------
5
+* Optimized a queryset in `get_queued()` that doesn't use indexes in Postgres. Thanks @marsha97!
6
+* Removed `date_hierarchy` option which causes admin to load slowly on DBs with a large number of emails. Thanks @selwin!
7
+* Optimized `cleanup_expired_mails()` so that deletes emails in smaller batches. Thanks @marsha97!
8
9
Version 3.7.0 (2023-05-30)
10
--------------------------
post_office/version.txt
@@ -1 +1 @@
-3, 7, 0
+3, 7, 1
0 commit comments