10000 Comparing 4.4.2...4.4.3 · 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.2
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.3
Choose a head ref
  • 12 commits
  • 25 files changed
  • 8 contributors

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    a0f0df9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf0cc0d View commit details
    Browse the repository at this point in the history
  3. Amend the changelog

    matthiask authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    9c4eb67 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

    updates:
    - [github.com/adamchainz/django-upgrade: 1.17.0 → 1.18.0](adamchainz/django-upgrade@1.17.0...1.18.0)
    - [github.com/pre-commit/mirrors-eslint: v9.3.0 → v9.4.0](pre-commit/mirrors-eslint@v9.3.0...v9.4.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.4.8](astral-sh/ruff-pre-commit@v0.4.5...v0.4.8)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b5cf784 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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

    updates:
    - [github.com/pre-commit/mirrors-eslint: v9.4.0 → v9.5.0](pre-commit/mirrors-eslint@v9.4.0...v9.5.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.4.9](astral-sh/ruff-pre-commit@v0.4.8...v0.4.9)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0a622dc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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

Commits on Jul 1, 2024

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

Commits on Jul 3, 2024

  1. Limit the cases for E001 to likely scenarios (#1925)

    Only when the user is customizing both the show toolbar callback
    setting and the URLs aren't installed will the underlying
    NoReverseMatch error occur.
    tim-schilling authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2d9c6a7 View commit details
    Browse the repository at this point in the history
  2. Introduce debug_toolbar_urls to simplify installation (#1926)

    While this isn't a huge improvement, it provides a hook for us
    to more easily introduce library level controls for when urls
    are installed. It also eliminates the user from having to
    write an if statement for the most basic of installations.
    tim-schilling authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    325ea19 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Fixed #1682 -- alert user when using file field without proper encodi…

    …ng (#1933)
    
    * Fixed issue #1682 -- alert user when using file field without proper encoding
    
    * Changed issues to alerts, added docstring to check_invalid_... function, changed call in nav_subtitle to get_stats
    
    * Update AlertsPanel documentation to list pre-defined alert cases
    
    * added check for file inputs that directly reference a form, including tests; also added tests for setting encoding in submit input type
    
    * Update the alert messages to be on the panel as a map.
    
    This also explicitly mentions what attribute the form needs in
    the message.
    
    * Expose a page in the example app that triggers the alerts panel.
    
    ---------
    
    Co-authored-by: Tim Schilling <schillingt@better-simple.com>
    bkdekoning and tim-schilling authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d0f09b3 View commit details
    Browse the repository at this point in the history
  2. Remove rem units from svg (#1942)

    * Use css properties for height and width
    michjnich authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    eff9128 View commit details
    Browse the repository at this point in the history
  3. Version 4.4.3

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