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 81b93bb commit 759f3b5Copy full SHA for 759f3b5
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+Version 3.6.2 (2022-10-12)
5
+--------------------------
6
+* Improvement to attachment handling in admin interface. Thanks @petrprikryl!
7
+* Fixed a bug where HTML body is not displayed in admin interface. Thanks @robbieadi!
8
+* Explicitly specify `default_auto_field` to supress migration warnings. Thanks @CirXe0N!
9
+* Fixed a bug where `email.template` is not saved in certain cases. Thanks @franciscobmacedo!
10
+
11
Version 3.6.1 (2022-07-04)
12
--------------------------
13
* Support for bleach >= 5.0. Thanks @franciscobmacedo!
post_office/version.txt
@@ -1 +1 @@
-3, 6, 1
+3, 6, 2
0 commit comments