mirror of
				https://github.com/django/django.git
				synced 2025-10-30 09:06:13 +00:00 
			
		
		
		
	Refs #23919 -- Stopped inheriting from object to define new style classes.
This commit is contained in:
		
				
					committed by
					
						 Claude Paroz
						Claude Paroz
					
				
			
			
				
	
			
			
			
						parent
						
							a556396339
						
					
				
				
					commit
					cecc079168
				
			| @@ -17,7 +17,7 @@ NONE_ID = _make_id(None) | ||||
| NO_RECEIVERS = object() | ||||
|  | ||||
|  | ||||
| class Signal(object): | ||||
| class Signal: | ||||
|     """ | ||||
|     Base class for all signals | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user