File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Here's a screenshot of the toolbar in action:
40
40
In addition to the built-in panels, a number of third-party panels are
41
41
contributed by the community.
42
42
43
- The current stable version of the Debug Toolbar is 5.2 .0. It works on
43
+ The current stable version of the Debug Toolbar is 6.0 .0. It works on
44
44
Django ≥ 4.2.0.
45
45
46
46
The Debug Toolbar has experimental support for `Django's asynchronous views
Original file line number Diff line number Diff line change 4
4
5
5
# Do not use pkg_resources to find the version but set it here directly!
6
6
# see issue #1446
7
- VERSION = "5.2 .0"
7
+ VERSION = "6.0 .0"
8
8
9
9
# Code that discovers files or modules in INSTALLED_APPS imports this module.
10
10
urls = "debug_toolbar.urls" , APP_NAME
Original file line number Diff line number Diff line change 1
1
Change log
2
2
==========
3
3
4
- Pending
5
- -------
4
+ 6.0.0 (2025-07-22)
5
+ ------------------
6
6
7
7
* Added support for checking if pytest as the test runner when determining
8
8
if tests are running.
Original file line number Diff line number Diff line change 25
25
copyright = copyright .format (datetime .date .today ().year )
26
26
27
27
# The full version, including alpha/beta/rc tags
28
- release = "5.2 .0"
28
+ release = "6.0 .0"
29
29
30
30
31
31
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments