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: 5c06405891e9736086fdf28158c03fc742e4d6aa
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: 80b1f77aa78f992e95b16fefe10c6beff84ee858
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Feb 19, 2026

  1. Add a py.typed file, to make types available downstream

    This will not change any behavior of this package,
    but it is required for consuming projects to read
    any existing type information here.
    
    This file is required to exist and should be empty. There's no alternative mechanism.
    See: https://blog.whtsky.me/tech/2021/dont-forget-py.typed-for-your-typed-python-package/
    
    This follows #2227.
    brianhelba committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    80b1f77 View commit details
    Browse the repository at this point in the history
Loading