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.3
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.4
Choose a head ref
  • 6 commits
  • 11 files changed
  • 3 contributors

Commits on Apr 30, 2022

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

    updates:
    - [github.com/pre-commit/mirrors-eslint: v8.13.0 → v8.14.0](pre-commit/mirrors-eslint@v8.13.0...v8.14.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 30, 2022
    Configuration menu
    Copy the full SHA
    4630f07 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. The path may not always be a true path for stacktraces. (#1613)

    Occassionally we will get a stacktrace that's an importlib instance string
    representation. While we may be able to put the python path or something else
    it's likely easier (and more logical) to simply pass that onto the user.
    
    I was unable to reproduce the issue in our tests, so I've mocked the case
    in test_importlib_path_issue_1612.
    
    Fixes #1612
    tim-schilling authored May 2, 2022
    Configuration menu
    Copy the full SHA
    c39b84b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    1923f7e View commit details
    Browse the repository at this point in the history
  2. Rename SQLPanel context var to control SQL access.

    The current build started failing for py3.8+ because the inner
    exception SQLQueryTriggered was raised in the test
    test_cursor_wrapper_asyncio_ctx.
    
    This was identified as being caused by sql.tracking.recording
    being set to false. The name recording made it seem as if
    this context var was controlling whether recording was occurring
    or not. However, it's true functionality was preventing SQL
    queries from being sent during the template panel's processing.
    
    Renaming that context var to allow_sql is more indicative of
    its purpose and makes the fixed test change clearer.
    tim-schilling committed May 3, 2022
    Configuration menu
    Copy the full SHA
    a0080f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e262e6a View commit details
    Browse the repository at this point in the history
  4. Version 3.4

    tim-schilling committed May 3, 2022
    Configuration menu
    Copy the full SHA
    1d6c953 View commit details
    Browse the repository at this point in the history
Loading