* Add Django 3.2, 4.0, 4.1, 4.2, 5.0 support * Remove support for deprecated Django versions
* Add Python 3.8, 3.9, 3.10, 3.11, 3.12 support * Remove support for deprecated Python versions
4.8.1
-----
* Add missing migration
4.8.0
-----
* django_mailbox.models.Mailbox.get_new_mail become generator * Added to django_mailbox.models.Message.mailbox in-memory caches of result * Added to command processincomingmessage argument to pass mailbox name * Improved tests, especially different Django & Python version
4.6.1
-----
* Add Django 2.0 support
- Add on_delete=models.CASCADE in models & migrations - Add Django 2.0 to tests matrices
4.4
---
* Adds Django 1.8 support.
4.3
---
* Adds functionality for allowing one to store the message body on-disk instead of in the database.