Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
django-commons
/
django-debug-toolbar
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
8.4k
Code
Issues
65
Pull requests
18
Discussions
Actions
Projects
Wiki
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
django-debug-toolbar
docs
on
f6f221d
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 31, 2026
Address new ruff 0.16 and biome 2.5.5 warnings
codingjoe
authored and
tim-schilling
committed
a9d9b5b
View commit details
Copy full SHA for a9d9b5b
View code at this point
Browse repository at this point
Add Tasks panel showing tasks queued during the request (#2407)
Show description for f538e50
4 people
authored
f538e50
View commit details
Copy full SHA for f538e50
View code at this point
Browse repository at this point
Commits on Jul 12, 2026
Fix link and spelling in installation docs around widely available.
leggewie
authored
bf2f3e1
View commit details
Copy full SHA for bf2f3e1
View code at this point
Browse repository at this point
Commits on Jul 5, 2026
Fix the Django version check in the SQL panel (#2403)
matthiask
authored
4abb4d2
View commit details
Copy full SHA for 4abb4d2
View code at this point
Browse repository at this point
Commits on Jun 19, 2026
Version 7.0.0
tim-schilling
committed
6c66337
View commit details
Copy full SHA for 6c66337
View code at this point
Browse repository at this point
Commits on Jun 17, 2026
Fix binary parameter handling in SQL panel (#2391)
Show description for 9e844fd
3 people
authored
9e844fd
View commit details
Copy full SHA for 9e844fd
View code at this point
Browse repository at this point
Commits on Jun 16, 2026
Mention @gzip_page explicitly as a reason why the toolbar doesn't show up (#2392)
Show description for c364770
matthiask
authored
c364770
View commit details
Copy full SHA for c364770
View code at this point
Browse repository at this point
Change the SQL panel to show the select and explain buttons for all queries (#2393)
matthiask
authored
7475cf0
View commit details
Copy full SHA for 7475cf0
View code at this point
Browse repository at this point
Apply capitalization to the PostgreSQL database name
Show description for 5651ae2
matthiask
and
codingjoe
authored
5651ae2
View commit details
Copy full SHA for 5651ae2
View code at this point
Browse repository at this point
Commits on Jun 14, 2026
Support Django 6.2's handling of booleans for non-postgresql databases.
tim-schilling
committed
577358d
View commit details
Copy full SHA for 577358d
View code at this point
Browse repository at this point
Account for Django cache culling probability.
tim-schilling
committed
198304a
View commit details
Copy full SHA for 198304a
View code at this point
Browse repository at this point
Commits on May 25, 2026
Fixed cookie expires calculation
Show description for fbd8868
leduythuccs
authored
fbd8868
View commit details
Copy full SHA for fbd8868
View code at this point
Browse repository at this point
Handle non-JSON keys in toolbar storage
Show description for ad88086
puneetdixit200
authored
ad88086
View commit details
Copy full SHA for ad88086
View code at this point
Browse repository at this point
Commits on May 11, 2026
Clarified configuration documentation about SHOW_TOOLBAR_CALLBACK
tim-schilling
authored
719978d
View commit details
Copy full SHA for 719978d
View code at this point
Browse repository at this point
Commits on May 4, 2026
Error on specific warnings (#2258)
Show description for 637417b
tim-schilling
authored
637417b
View commit details
Copy full SHA for 637417b
View code at this point
Browse repository at this point
Update JS syntax to Baseline 2025 using esupgrade (#2346)
Show description for 405d968
codingjoe
and
tim-schilling
authored
405d968
View commit details
Copy full SHA for 405d968
View code at this point
Browse repository at this point
Commits on May 2, 2026
Add graceful degradation for large SQL queries by disabling grouping (#2291)
kkm-horikawa
authored
4acf095
View commit details
Copy full SHA for 4acf095
View code at this point
Browse repository at this point
Commits on Apr 23, 2026
Use shadow dom to render the toolbar (#2266)
Show description for a9c6988
federicobond
and
tim-schilling
authored
a9c6988
View commit details
Copy full SHA for a9c6988
View code at this point
Browse repository at this point
Drop Promise.try and change documented Baseline target to Widely-Available
Show description for 8605422
codingjoe
authored and
federicobond
committed
8605422
View commit details
Copy full SHA for 8605422
View code at this point
Browse repository at this point
Drop support for Django 4.2 and Django 5.1 . (#2360)
p-r-a-v-i-n
authored
55565dd
View commit details
Copy full SHA for 55565dd
View code at this point
Browse repository at this point
Add contribution documentation on running JS tests (#2359)
federicobond
authored
f3c2e79
View commit details
Copy full SHA for f3c2e79
View code at this point
Browse repository at this point
Commits on Apr 22, 2026
Refs #2356: Add a note to the prerequisites section about requiring a modern browser (#2357)
Show description for f9e1b58
matthiask
and
codingjoe
authored
f9e1b58
View commit details
Copy full SHA for f9e1b58
View code at this point
Browse repository at this point
Resolve debounce race condition (#2356)
Show description for fc93765
codingjoe
authored
fc93765
View commit details
Copy full SHA for fc93765
View code at this point
Browse repository at this point
Commits on Apr 10, 2026
Don't check for URLs if `ROOT_URLCONF` isn't defined (#2342)
scott-8
authored
148fa1e
View commit details
Copy full SHA for 148fa1e
View code at this point
Browse repository at this point
Commits on Apr 2, 2026
Version 6.3.0
tim-schilling
committed
b3f943b
View commit details
Copy full SHA for b3f943b
View code at this point
Browse repository at this point
Commits on Apr 1, 2026
Add store that uses cache framework
Show description for 3a87785
robhudson
authored and
tim-schilling
committed
3a87785
View commit details
Copy full SHA for 3a87785
View code at this point
Browse repository at this point
Commits on Mar 23, 2026
Only patch the cache methods once.
tim-schilling
authored
7403bed
View commit details
Copy full SHA for 7403bed
View code at this point
Browse repository at this point
Commits on Mar 11, 2026
Highlighted docs on disabling browser caching. (#2302)
tim-schilling
authored
695cdb2
View commit details
Copy full SHA for 695cdb2
View code at this point
Browse repository at this point
Emit RedirectsPanel warning on usage rather than set up. (#2326)
Show description for 4c70a42
tim-schilling
authored
4c70a42
View commit details
Copy full SHA for 4c70a42
View code at this point
Browse repository at this point
Commits on Feb 20, 2026
Add a `py.typed` file, to make types available downstream
Show description for 0d35dee
brianhelba
authored and
tim-schilling
committed
0d35dee
View commit details
Copy full SHA for 0d35dee
View code at this point
Browse repository at this point
Commits on Feb 10, 2026
Update translations 2026-02-09 (#2312)
Show description for 62c0bbc
tim-schilling
authored
62c0bbc
View commit details
Copy full SHA for 62c0bbc
View code at this point
Browse repository at this point
Modernize some panel styles and colors (#2285)
Show description for ac36141
federicobond
authored
ac36141
View commit details
Copy full SHA for ac36141
View code at this point
Browse repository at this point
Commits on Feb 8, 2026
Upgraded ReadTheDocs Python version to 3.13.
tim-schilling
committed
72420a5
View commit details
Copy full SHA for 72420a5
View code at this point
Browse repository at this point
remove requirement_dev.txt from project (#2277)
Show description for 3c4870d
p-r-a-v-i-n
and
tim-schilling
authored
3c4870d
View commit details
Copy full SHA for 3c4870d
View code at this point
Browse repository at this point
Commits on Jan 20, 2026
Version 6.2.0 (#2298)
tim-schilling
authored
0b7c8d8
View commit details
Copy full SHA for 0b7c8d8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.