mirror of
https://github.com/django/django.git
synced 2025-09-28 04:54:53 +00:00
Refs #33308 -- Stopped inheriting from FieldGetDbPrepValueMixin by PostgresOperatorLookup.
This commit is contained in:
parent
70499b25c7
commit
d87a7b9f4b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue