Skip to content

v3.7.1

Latest
Compare
Choose a tag to compare
@selwin selwin released this 08 Aug 12:58
· 5 commits to master since this release
  • 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!