django-commons / django-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.
https://django-debug-toolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8.08k stars 1.05k forks source link

Fixed order and grammatical number of panels in documentation #1956

Closed bkdekoning closed 3 months ago

bkdekoning commented 3 months ago

Description

The order of the panels in the panels documentation was not entirely consistent with the ordering of the panels themselves. Specifically, Alerts, StaticFiles, and Templates were out of order. Additionally, some panel titles in the panels documentation did not match the grammatical number of the panel (e.g., the title of SignalsPanel was Signal).

This pull request fixes these inconsistenties.

Checklist:

- [ ] I have added the relevant tests for this change. No relevant tests.

matthiask commented 3 months ago

Thank you!