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.2.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: main
Choose a head ref
  • 11 commits
  • 12 files changed
  • 3 contributors

Commits on Apr 29, 2025

  1. Add the GitHub release to the releasing process and remove the RTD no…

    …tice, the default behavior is fine there
    matthiask committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    bbd3cff View commit details
    Browse the repository at this point in the history

Commits on May 3, 2025

  1. Remove pin for django-csp. (#2132)

    * Remove pin for django-csp.
    
    The toolbar now supports django-csp v4
    
    * Add django-template-partials to requirements file
    
    This allows make test to succeed again.
    tim-schilling authored May 3, 2025
    Configuration menu
    Copy the full SHA
    f00bfb6 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Update the biome pre-commit hook now that biome doesn't crash on Djan…

    …go HTML templates anymore
    matthiask committed May 5, 2025
    Configuration menu
    Copy the full SHA
    3d91e92 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Build docs on Ubuntu 24.04

    matthiask committed May 12, 2025
    Configuration menu
    Copy the full SHA
    fbceff0 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#2135)

    updates:
    - [github.com/biomejs/pre-commit: v2.0.0-beta.2 → v2.0.0-beta.3](biomejs/pre-commit@v2.0.0-beta.2...v2.0.0-beta.3)
    - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.9](astral-sh/ruff-pre-commit@v0.11.8...v0.11.9)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored May 12, 2025
    Configuration menu
    Copy the full SHA
    cf71ded View commit details
    Browse the repository at this point in the history

Commits on May 17, 2025

  1. Disabled document.cookie linter

    The replacement, CookieStore isn't accessible on all browsers
    at this time, nor should we assume we always have access to
    secure environments.
    tim-schilling committed May 17, 2025
    Configuration menu
    Copy the full SHA
    11c321f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

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

    updates:
    - [github.com/adamchainz/django-upgrade: 1.24.0 → 1.25.0](adamchainz/django-upgrade@1.24.0...1.25.0)
    - [github.com/biomejs/pre-commit: v2.0.0-beta.3 → v2.0.0-beta.4](biomejs/pre-commit@v2.0.0-beta.3...v2.0.0-beta.4)
    - [github.com/astral-sh/ruff-pre-commit: v0.11.9 → v0.11.10](astral-sh/ruff-pre-commit@v0.11.9...v0.11.10)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored May 20, 2025
    Configuration menu
    Copy the full SHA
    7d68e0e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Added check for pytest as test runner for IS_RUNNING_TESTS. (#2137)

    * Added check for pytest as test runner for IS_RUNNING_TESTS.
    
    * Move logic to determine IS_RUNNING_TESTS to a function
    
    This makes the logic testable.
    
    * Added words to spelling list for the changelog.
    tim-schilling authored May 23, 2025
    Configuration menu
    Copy the full SHA
    46e2b91 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/biomejs/pre-commit: v2.0.0-beta.4 → v2.0.0-beta.5](biomejs/pre-commit@v2.0.0-beta.4...v2.0.0-beta.5)
    - [github.com/astral-sh/ruff-pre-commit: v0.11.10 → v0.11.11](astral-sh/ruff-pre-commit@v0.11.10...v0.11.11)
    - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.6.0](tox-dev/pyproject-fmt@v2.5.1...v2.6.0)
    pre-commit-ci[bot] authored May 26, 2025
    Configuration menu
    Copy the full SHA
    3fc0c05 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

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

Commits on Jun 3, 2025

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

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.11...v0.11.12)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    c217334 View commit details
    Browse the repository at this point in the history
Loading