8000 Comparing 4.4.3...4.4.4 · django-commons/django-debug-toolbar · GitHub
[go: up one dir, main page]

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: 4.4.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: 4.4.4
Choose a head ref
  • 7 commits
  • 18 files changed
  • 4 contributors

Commits on Jul 5, 2024

  1. Check for for StreamingHttpResponse when generating stats in Alert (#…

    …1946)
    
    * Check for for StreamingHttpResponse when generating stats in Alert
    panel.
    danjac authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    afeee86 View commit details
    Browse the repository at this point in the history
  2. Clean-up change log.

    tim-schilling committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e59c8ca View commit details
    Browse the repository at this point in the history
  3. Instrument the Django Jinja2 template backend.

    - Add jinja2 template to example app.
    - Switch to the render function to include context.
    
    It instruments the single template render, but not the inherited
    templates and I'm guessing not the included templates either.
    I suspect we're going to have to patch jinja templates more robustly
    than relying on the django jinja backend template class.
    
    Co-Authored-By: Tim Schilling <schillingt@better-simple.com>
    matthiask and tim-schilling committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c8f6763 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fd886b View commit details
    Browse the repository at this point in the history
  5. Fix jinja2 integration test.

    Now that we're using the actual jinja template backend,
    it only instruments a single template.
    tim-schilling committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6614910 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9834e7e View commit details
    Browse the repository at this point in the history
  7. Version 4.4.4

    tim-schilling committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    57ada8e View commit details
    Browse the repository at this point in the history
Loading
0