File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Here's a screenshot of the toolbar in action:
4444In addition to the built-in panels, a number of third-party panels are
4545contributed by the community.
4646
47- The current stable version of the Debug Toolbar is 4.4.6 . It works on
47+ The current stable version of the Debug Toolbar is 5.0.0-alpha . It works on
4848Django ≥ 4.2.0.
4949
5050The Debug Toolbar does not currently support `Django's asynchronous views 
Original file line number Diff line number Diff line change 44
55# Do not use pkg_resources to find the version but set it here directly! 
66# see issue #1446 
7- VERSION  =  "4.4.6 " 
7+ VERSION  =  "5.0.0-alpha " 
88
99# Code that discovers files or modules in INSTALLED_APPS imports this module. 
1010urls  =  "debug_toolbar.urls" , APP_NAME 
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Change log
44Pending
55------- 
66
7+ 5.0.0-alpha (2024-09-01)
8+ ------------------------ 
9+ 
10+ * Support async applications and ASGI from
11+   `Google Summer of Code Project 2024 
12+   <https://summerofcode.withgoogle.com/programs/2024/projects/iXVvyGYp> `__.
713* Added Django 5.1 to the CI matrix.
814* Support select and explain buttons for ``UNION `` queries on PostgreSQL.
915* Fixed internal toolbar requests being instrumented if the Django setting
Original file line number Diff line number Diff line change 2525copyright  =  copyright .format (datetime .date .today ().year )
2626
2727# The full version, including alpha/beta/rc tags 
28- release  =  "4.4.6 " 
28+ release  =  "5.0.0-alpha " 
2929
3030
3131# -- General configuration --------------------------------------------------- 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments