mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.9.x] Fixed quad quoted ("""") docstring starts.
Backport of 9e3f6c7483 from master
			
			
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							e70a309c42
						
					
				
				
					commit
					614ba3ad2d
				
			| @@ -726,7 +726,7 @@ class SessionMiddlewareTests(TestCase): | ||||
|         self.assertEqual(response['Vary'], 'Cookie') | ||||
|  | ||||
|     def test_empty_session_saved(self): | ||||
|         """" | ||||
|         """ | ||||
|         If a session is emptied of data but still has a key, it should still | ||||
|         be updated. | ||||
|         """ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user