File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Here's a screenshot of the toolbar in action:
44
44
In addition to the built-in panels, a number of third-party panels are
45
45
contributed by the community.
46
46
47
- The current stable version of the Debug Toolbar is 4.4.2 . It works on
47
+ The current stable version of the Debug Toolbar is 4.4.3 . It works on
48
48
Django ≥ 4.2.0.
49
49
50
50
The Debug Toolbar does not currently support `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 = "4.4.2 "
7
+ VERSION = "4.4.3 "
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 @@ -4,6 +4,9 @@ Change log
4
4
Pending
5
5
-------
6
6
7
+ 4.4.3 (2024-07-04)
8
+ ------------------
9
+
7
10
* Added alert panel with warning when form is using file fields
8
11
without proper encoding type.
9
12
* Fixed overriding font-family for both light and dark themes.
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 = "4.4.2 "
28
+ release = "4.4.3 "
29
29
30
30
31
31
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments