File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Change log
4
4
Pending
5
5
-------
6
6
7
+ * Improved SQL statement formatting performance. Additionally, fixed the
8
+ indentation of ``CASE `` statements and stopped simplifying ``.count() ``
9
+ queries.
7
10
* Added support for the new STORAGES setting in Django 4.2 for static files.
8
11
9
12
4.0.0 (2023-04-03)
@@ -25,9 +28,6 @@ Pending
25
28
is rendered, so that the correct values will be displayed in the rendered
26
29
stack trace, as they may have changed between the time the stack trace was
27
30
captured and when it is rendered.
28
- * Improved SQL statement formatting performance. Additionally, fixed the
29
- indentation of ``CASE `` statements and stopped simplifying ``.count() ``
30
- queries.
31
31
32
32
3.8.1 (2022-12-03)
33
33
------------------
You can’t perform that action at this time.
0 commit comments