Skip to content

Commit

Permalink
Clean-up the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Apr 26, 2024
1 parent c620b7c commit effccff
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/changes.rst
Expand Up @@ -22,8 +22,16 @@ Pending
``DEBUG_TOOLBAR_SETTINGS``.
* Add a note on the profiling panel about using Python 3.12 and later
about needing ``--nothreading``
* Added ``RUNNING_TESTS`` setting to allow overriding the
``debug_toolbar.W009`` check to avoid including the toolbar when running
tests.
* Fixed the bug causing ``'djdt' is not a registered namespace`` and updated
docs to help in initial configuration while running tests.
* Added a link in the installation docs to a more complete installation
example in the example app.
* Added check to prevent the toolbar from being installed when tests
are running.
* Added test to example app and command to run the example app's tests.

4.3.0 (2024-02-01)
------------------
Expand All @@ -43,11 +51,6 @@ Pending
<https://astral.sh/blog/the-ruff-formatter>`__.
* Changed the default position of the toolbar from top to the upper top
position.
* Added a link in the installation docs to a more complete installation
example in the example app.
* Added check to prevent the toolbar from being installed when tests
are running.
* Added test to example app and command to run the example app's tests.
* Added the setting, ``UPDATE_ON_FETCH`` to control whether the
toolbar automatically updates to the latest AJAX request or not.
It defaults to ``False``.
Expand Down

0 comments on commit effccff

Please sign in to comment.