mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #25331 -- Removed trailing blank lines in docstrings.
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							d4b10a7256
						
					
				
				
					commit
					5153a3bfdc
				
			| @@ -306,7 +306,6 @@ def receiver(signal, **kwargs): | ||||
|         @receiver([post_save, post_delete], sender=MyModel) | ||||
|         def signals_receiver(sender, **kwargs): | ||||
|             ... | ||||
|  | ||||
|     """ | ||||
|     def _decorator(func): | ||||
|         if isinstance(signal, (list, tuple)): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user