v3.7.1
- Optimized a queryset in
get_queued()
that doesn't use indexes in Postgres. Thanks @marsha97! - Removed
date_hierarchy
option which causes admin to load slowly on DBs with a large number of emails. Thanks @selwin! - Optimized
cleanup_expired_mails()
so that deletes emails in smaller batches. Thanks @marsha97!