Skip to content

Releases: scuml/django-mail-panel

4.0.2

10 Aug 21:12
Compare
Choose a tag to compare

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

4.0.1

02 Jan 21:19
b04ebb0
Compare
Choose a tag to compare

Adds Django 4.0 compatibility.

3.2.6

01 Oct 00:57
Compare
Choose a tag to compare

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

3.2.5

08 Aug 13:51
Compare
Choose a tag to compare

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

3.2.3

09 Apr 10:12
Compare
Choose a tag to compare

Fixes javascript issue causing panel to be unclickable.

3.2.2

05 Apr 15:26
Compare
Choose a tag to compare

Patch for tz-aware error in 3.2.1

3.2.1

03 Apr 12:01
Compare
Choose a tag to compare

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

3.2

01 Apr 19:48
66bfdd7
Compare
Choose a tag to compare
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

23 Sep 19:33
Compare
Choose a tag to compare
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

09 Apr 15:15
Compare
Choose a tag to compare

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