File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Change log
3
3
4
4
* Properly implemented tracking and display of PostgreSQL transactions.
5
5
* Removed third party panels which have been archived on GitHub.
6
- * Added Django 4.1a1 to the CI matrix.
6
+ * Added Django 4.1b1 to the CI matrix.
7
7
* Stopped crashing when ``request.GET `` and ``request.POST `` are neither
8
8
dictionaries nor ``QueryDict `` instances. Using anything but ``QueryDict ``
9
9
instances isn't a valid use of Django but, again, django-debug-toolbar
@@ -23,6 +23,10 @@ Change log
23
23
* Added a new mechanism for capturing stack traces which includes per-request
24
24
caching to reduce expensive file system operations. Updated the cache and
25
25
SQL panels to record stack traces using this new mechanism.
26
+ * Changed the ``docs `` tox environment to allow passing posargs. This allows
27
+ e.g. building a HTML version of the docs using ``tox -e docs html ``.
28
+ * Stayed on top of pre-commit hook updates.
29
+ * Replaced ``OrderedDict `` by ``dict `` where possible.
26
30
27
31
Deprecated features
28
32
~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments