- Fix configuration and set
DJANGO_Q_EMAIL_USE_DICTS
toTrue
by default
- Enqueue human-readable objects by default instead of pickled objects (set
DJANGO_Q_EMAIL_USE_DICTS
toFalse
to disable)
- Import
EMAIL_ERROR_HANDLER
instead of calling it directly
- Add
DJANGO_Q_EMAIL_ERROR_HANDLER
to handle errors
-
Python 3.7+ support
-
Fix installation steps in README
- First public release