Skip to content

Commit 0101fbf

Browse files
committed
django-debug-toolbar 3.1
1 parent ba2e6ba commit 0101fbf

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Here's a screenshot of the toolbar in action:
3030
In addition to the built-in panels, a number of third-party panels are
3131
contributed by the community.
3232

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
3434
Django ≥ 2.2.
3535

3636
Documentation, including installation and configuration instructions, is

docs/changes.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Change log
22
==========
33

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+
419
3.0 (2020-09-20)
520
----------------
621

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = "3.0"
62+
version = "3.1"
6363
# The full version, including alpha/beta/rc tags.
64-
release = "3.0"
64+
release = "3.1"
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-debug-toolbar
3-
version = 3.0
3+
version = 3.1
44
description = A configurable set of panels that display various debug information about the current request/response.
55
long_description = file: README.rst
66
author = Rob Hudson

0 commit comments

Comments
 (0)