Releases: scuml/django-mail-panel
Releases · scuml/django-mail-panel
4.0.2
Mail panel is automatically added to the debug toolbar without need to add to DEBUG_TOOLBAR_PANELS
4.0.1
Adds Django 4.0 compatibility.
3.2.6
Fixes compatibility with Django prior to 3.2. Thanks @SmileyChris!
3.2.5
Uses in-memory cache if default cache setting is DummyCache.
3.2.3
Fixes javascript issue causing panel to be unclickable.
3.2.2
Patch for tz-aware error in 3.2.1
3.2.1
Local timezone is now used to store messages. (Thanks @jensenbox)
3.2
Ability to change size of message list.
Ability to delete all or individual messages from the panel.
Adds clear_outbox() utility for testing. (Thanks @jensenbox)
3.1
Updated to work with Django Debug Toolbar 3.1.
Versioning will now attempt to match Debug Toolbar major/minor versions.
1.2.5
Fixes subject line (Thanks @indrif)
Python 2 EOL'd