File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11import  unittest 
2- import  django 
32
3+ import  django 
44from  django .test  import  SimpleTestCase , override_settings 
5- from  django .urls  import  reverse 
65
76
8- @unittest .skipIf (django .VERSION  <  (5 , 1 ), 
9-                  "Django below 5.1 is not supported login_not_required" ) 
7+ @unittest .skipIf ( 
8+     django .VERSION  <  (5 , 1 ), "Django below 5.1 is not supported login_not_required"  
9+ ) 
1010class  LoginNotRequiredTestCase (SimpleTestCase ):
1111    @override_settings ( 
1212        MIDDLEWARE = [ 
@@ -21,6 +21,8 @@ def test_login_not_required(self):
2121        raise  Exception ("Django 5.1" )
2222        # render_panel 
2323        # self.client.get(reverse('dj')) 
24+ 
25+ 
2426# DEBUG_TOOLBAR_CONFIG = { 
2527#     # Django's test client sets wsgi.multiprocess to True inappropriately 
2628#     "RENDER_PANELS": False, 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments