File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,18 @@ UNRELEASED
5
5
----------
6
6
7
7
* Removed support for Django < 1.11.
8
- * Added support and testsing for Django 2.1 and Python 3.7. No actual code
8
+ * Added support and testing for Django 2.1 and Python 3.7. No actual code
9
9
changes were required.
10
+ * Removed the jQuery dependency. This means that django-debug-toolbar
11
+ now requires modern browsers with support for ``fetch ``, ``classList ``
12
+ etc.
13
+ * Added support for the server timing header.
14
+ * Added a differentiation between similar and duplicate queries. Similar
15
+ queries are what duplicate queries used to be (same SQL, different
16
+ parameters).
17
+ * Stopped hiding frames from Django'c contrib apps in stacktraces by
18
+ default.
19
+ * Lots of small cleanups and bugfixes.
10
20
11
21
1.9.1 (2017-11-15)
12
22
------------------
You can’t perform that action at this time.
0 commit comments