Skip to content

Releases: scuml/django-mail-panel

4.0.2

Choose a tag to compare

@scuml scuml released this 10 Aug 21:12

Mail panel is automatically added to the debug toolbar without need to add to DEBUG_TOOLBAR_PANELS

4.0.1

Choose a tag to compare

@scuml scuml released this 02 Jan 21:19
b04ebb0

Adds Django 4.0 compatibility.

3.2.6

Choose a tag to compare

@scuml scuml released this 01 Oct 00:57

Fixes compatibility with Django prior to 3.2. Thanks @SmileyChris!

3.2.5

Choose a tag to compare

@scuml scuml released this 08 Aug 13:51

Uses in-memory cache if default cache setting is DummyCache.

3.2.3

Choose a tag to compare

@scuml scuml released this 09 Apr 10:12

Fixes javascript issue causing panel to be unclickable.

3.2.2

Choose a tag to compare

@scuml scuml released this 05 Apr 15:26

Patch for tz-aware error in 3.2.1

3.2.1

Choose a tag to compare

@scuml scuml released this 03 Apr 12:01

Local timezone is now used to store messages. (Thanks @jensenbox)

3.2

3.2

Choose a tag to compare

@scuml scuml released this 01 Apr 19:48
66bfdd7

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

3.1

Choose a tag to compare

@scuml scuml released this 23 Sep 19:33

Updated to work with Django Debug Toolbar 3.1.
Versioning will now attempt to match Debug Toolbar major/minor versions.

1.2.5

Choose a tag to compare

@scuml scuml released this 09 Apr 15:15

Fixes subject line (Thanks @indrif)
Python 2 EOL'd