We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f9695 commit 23e7777Copy full SHA for 23e7777
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# Changelog
2
3
+* 3.2.1 Local timezone is now used to store messages. (Thanks @jensenbox)
4
* 3.2 Adds ability to resize panels and clear messages. (Thanks @jensenbox)
5
* 1.2.5 Fixes subject line (Thanks @indrif)
6
* 1.2.4 Resolves conflicts with other libraries accessing mail (Thanks @ciotto)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-mail-panel"
-version = "3.2"
+version = "3.2.1"
description = "A panel for django-debug-toolbar that allows for viewing of recently sent email."
authors = ["Stephen Mitchell"]
license = "Apache Software License"
0 commit comments