- Django 4.1 compatibility change (thanks l00sed!) - Drop Python 2.x support
0.4.1
------------------
- fix syntax error (thanks billrideout!)
0.4.0
------------------
- Python3 support (thanks chrisamin!)
0.3.4
------------------
- Added EMAILTHROTTLER_TRUNCATE_SUBJECT (integer) to configuration to limit the length of file names created by the middleware. This can come handy if you hit file system limitations. Default value is None.
0.3.3
------------------
- Use "requires_system_checks = False" to disable system checks on startup. It comes handy e.g. when the main database in unavailable: this way the reporting still works.
0.3.2
------------------
- change optparse to argparse, which is enforced by Django 1.10