Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: django-commons/django-debug-toolbar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.1.0
Choose a base ref
...
head repository: django-commons/django-debug-toolbar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.2.0
Choose a head ref
  • 14 commits
  • 56 files changed
  • 6 contributors

Commits on Mar 20, 2025

  1. Enhance RedirectsPanel with customizable redirect response hook (#2104)

    * Add interception_response hook
    * Fix comments for SimpleTemplateResponse
    * Docs for Custom RedirectPanel
    * Moved the changelog entry to the correct place.
    blingblin-g authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    0924116 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6076b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#2112)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.2](astral-sh/ruff-pre-commit@v0.11.0...v0.11.2)
    - [github.com/abravalheri/validate-pyproject: v0.24 → v0.24.1](abravalheri/validate-pyproject@v0.24...v0.24.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    fcae84d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. Configuration menu
    Copy the full SHA
    7de5a30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11e28f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Configuration menu
    Copy the full SHA
    1ea7c95 View commit details
    Browse the repository at this point in the history
  2. Refs #2096: The theme selector now controls all colors (#2116)

    Previously, if the system preference was dark mode and the user
    explicitly selected the light theme, the @media block still interferred
    with the styling. This is fixed by only evaluating the color scheme
    preference when initializing the toolbar and later only looking at our
    own selected theme.
    
    Also, removed the DEFAULT_THEME setting; falling back to system defaults
    seems much better to me.
    matthiask authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    66361c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Configuration menu
    Copy the full SHA
    2a126e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Configuration menu
    Copy the full SHA
    347c9e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#2126)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/adamchainz/djade-pre-commit: 1.3.2 → 1.4.0](adamchainz/djade-pre-commit@1.3.2...1.4.0)
    - [github.com/biomejs/pre-commit: v1.9.4 → v2.0.0-beta.1](biomejs/pre-commit@v1.9.4...v2.0.0-beta.1)
    - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.11.6](astral-sh/ruff-pre-commit@v0.11.4...v0.11.6)
    
    * Update .pre-commit-config.yaml
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Matthias Kestenholz <mk@feinheit.ch>
    pre-commit-ci[bot] and matthiask authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    2eca4f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2025

  1. Keep panel close button accessible with external styles (#2128)

    Swapped order of header and button HTML elements to prevent button becoming inaccessible with external CSS
    TomHall2020 authored Apr 27, 2025
    Configuration menu
    Copy the full SHA
    7522214 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. Configuration menu
    Copy the full SHA
    8d31b2d View commit details
    Browse the repository at this point in the history
  2. Update ruff

    matthiask committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    db645c2 View commit details
    Browse the repository at this point in the history
  3. django-debug-toolbar 5.2

    matthiask committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    e5f0ccd View commit details
    Browse the repository at this point in the history
Loading