mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Refs #33308 -- Stopped inheriting from FieldGetDbPrepValueMixin by PostgresOperatorLookup.
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							70499b25c7
						
					
				
				
					commit
					d87a7b9f4b
				
			| @@ -309,7 +309,7 @@ class FieldGetDbPrepValueIterableMixin(FieldGetDbPrepValueMixin): | ||||
|         return sql, tuple(params) | ||||
|  | ||||
|  | ||||
| class PostgresOperatorLookup(FieldGetDbPrepValueMixin, Lookup): | ||||
| class PostgresOperatorLookup(Lookup): | ||||
|     """Lookup defined by operators on PostgreSQL.""" | ||||
|  | ||||
|     postgres_operator = None | ||||
|   | ||||
		Reference in New Issue
	
	Block a user