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
33
44* Properly implemented tracking and display of PostgreSQL transactions.
55* 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.
77* Stopped crashing when ``request.GET `` and ``request.POST `` are neither
88 dictionaries nor ``QueryDict `` instances. Using anything but ``QueryDict ``
99 instances isn't a valid use of Django but, again, django-debug-toolbar
@@ -23,6 +23,10 @@ Change log
2323* Added a new mechanism for capturing stack traces which includes per-request
2424 caching to reduce expensive file system operations. Updated the cache and
2525 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.
2630
2731Deprecated features
2832~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments