* New setting ``ALLOWED_HOSTS_DEBUG_TOOLBAR`` for allowing debug toolbar for some hosts in addition to ``INTERNAL_IPS``. * Update requirements for building docs and use them to create reproducible builds in ReadTheDocs.
1.5.0
--------------------
* Support Python 3.11 and Django 4.2. * Migrate ReadTheDocs configuration file to v2. * GitHub Actions to deploy to PyPI.
1.4.2
--------------------
* Add more settings for django_yubin: MAILER_STORAGE_DELETE.
1.4.1
--------------------
* Add more settings for django_yubin: MAILER_HC_QUEUED_LIMIT_OLD, MAILER_STORAGE_BACKEND and MAILER_FILE_STORAGE_DIR.
1.4.0
--------------------
* Add support for django_yubin >= 2.0.0.
1.3.0
--------------------
* Improve ``CeleryMixin``: better and updated default values and some new settings.