File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,17 @@ Change log
4
4
UNRELEASED
5
5
----------
6
6
7
- * Use ``defer `` on all ``<script> `` tags to avoid blocking HTML parsing.
8
- * Reformatted the code using ` black < https://github.com/ambv/black >`__ .
7
+ * Use ``defer `` on all ``<script> `` tags to avoid blocking HTML parsing,
8
+ removed inline JavaScript .
9
9
* Stop inlining images in CSS to avoid Content Security Policy errors
10
10
altogether.
11
+ * Reformatted the code using `black <https://github.com/ambv/black >`__.
12
+ * Added the Django mail panel to the list of third-party panels.
13
+ * Convert system check errors to warnings to accomodate exotic
14
+ configurations.
15
+ * Fixed a crash when explaining raw querysets.
16
+ * Fixed an obscure unicode error with binary data fields.
17
+ * Added MariaDB and Python 3.7 builds to the CI.
11
18
12
19
1.10.1 (2018-09-11)
13
20
-------------------
You can’t perform that action at this time.
0 commit comments