File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Here's a screenshot of the toolbar in action:
30
30
In addition to the built-in panels, a number of third-party panels are
31
31
contributed by the community.
32
32
33
- The current stable version of the Debug Toolbar is 3.0 . It works on
33
+ The current stable version of the Debug Toolbar is 3.1 . It works on
34
34
Django ≥ 2.2.
35
35
36
36
Documentation, including installation and configuration instructions, is
Original file line number Diff line number Diff line change 1
1
Change log
2
2
==========
3
3
4
+ 3.1 (2020-09-21)
5
+ ----------------
6
+
7
+ * Fixed a crash in the history panel when sending an empty JSON POST
8
+ request.
9
+ * Made ``make example `` also set up the database and a superuser
10
+ account.
11
+ * Added a Makefile target for regenerating the django-debug-toolbar
12
+ screenshot.
13
+ * Added automatic escaping of panel titles resp. disallowed HTML tags.
14
+ * Removed some CSS
15
+ * Restructured the SQL stats template.
16
+ * Changed command line examples to prefer ``python -m pip `` to ``pip ``.
17
+
18
+
4
19
3.0 (2020-09-20)
5
20
----------------
6
21
Original file line number Diff line number Diff line change 59
59
# built documents.
60
60
#
61
61
# The short X.Y version.
62
- version = "3.0 "
62
+ version = "3.1 "
63
63
# The full version, including alpha/beta/rc tags.
64
- release = "3.0 "
64
+ release = "3.1 "
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = django-debug-toolbar
3
- version = 3.0
3
+ version = 3.1
4
4
description = A configurable set of panels that display various debug information about the current request/response.
5
5
long_description = file: README.rst
6
6
author = Rob Hudson
You can’t perform that action at this time.
0 commit comments