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: 3.6
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: 3.7
Choose a head ref
  • 12 commits
  • 19 files changed
  • 4 contributors

Commits on Aug 19, 2022

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

Commits on Aug 28, 2022

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

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.0](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.0)
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    6a34e00 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

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

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/adamchainz/django-upgrade: 1.8.0 → 1.9.0](adamchainz/django-upgrade@1.8.0...1.9.0)
    - [github.com/pre-commit/mirrors-eslint: v8.22.0 → v8.23.0](pre-commit/mirrors-eslint@v8.22.0...v8.23.0)
    - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0)
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    6f548ae View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Fix JS linting error from pre-commit.

    prettier v3 changed the default of trailing comma to all which seems to be
    problematic for ESLint.
    tim-schilling committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    b20ddd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

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

    updates:
    - [github.com/adamchainz/django-upgrade: 1.9.0 → 1.10.0](adamchainz/django-upgrade@1.9.0...1.10.0)
    - [github.com/pre-commit/mirrors-eslint: v8.23.0 → v8.23.1](pre-commit/mirrors-eslint@v8.23.0...v8.23.1)
    pre-commit-ci[bot] authored and tim-schilling committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    5923f38 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Use system font stack in the toolbar

    We follow the Django admin's lead, see https://code.djangoproject.com/ticket/33878
    matthiask committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    c88a13d View commit details
    Browse the repository at this point in the history
  2. Profiling panel improvements (#1669)

    * Give users control over including more profiling data.
    
    * The profiling panel will now include more user code.
    
    By checking that the code lives in the settings.BASE_DIR directory, we know
    that the code was likely written by the user and thus more important
    to a developer when debugging code.
    
    * Highlight the project function calls in the profiling panel.
    
    * Add setting PROFILER_CAPTURE_PROJECT_CODE.
    
    This can be used to disable the attempt to include all project code. This is
    useful if dependencies are installed within the project.
    
    * Fix bug with test_cum_time_threshold profiling.
    
    * Include dist-packages in profiling panel docs.
    
    Co-authored-by: Matthias Kestenholz <mk@feinheit.ch>
    tim-schilling and matthiask authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    be0a433 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c359e76 View commit details
    Browse the repository at this point in the history
  4. Make the docs linter happy

    matthiask committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    6bc4ca2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

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

    updates:
    - [github.com/asottile/pyupgrade: v2.37.3 → v2.38.0](asottile/pyupgrade@v2.37.3...v2.38.0)
    pre-commit-ci[bot] authored and tim-schilling committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    5cbf357 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. added functionality to keep unsort the session dict (#1673)

    * added functionality to keep unsort the session dict
    
    * Update tests/panels/test_request.py
    
    Co-authored-by: Matthias Kestenholz <mk@feinheit.ch>
    
    * Add mention of session sorting change to changes.rst.
    
    Co-authored-by: Matthias Kestenholz <mk@feinheit.ch>
    Co-authored-by: tschilling <schillingt@better-simple.com>
    3 people authored Sep 25, 2022
    Configuration menu
    Copy the full SHA
    348e582 View commit details
    Browse the repository at this point in the history
  2. Version 3.7.0

    tim-schilling committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    9f0b938 View commit details
    Browse the repository at this point in the history
Loading