Skip to content

Commit

Permalink
Refs #33308 -- Stopped inheriting from FieldGetDbPrepValueMixin by Po…
Browse files Browse the repository at this point in the history
…stgresOperatorLookup.
  • Loading branch information
charettes authored and felixxm committed Nov 15, 2022
1 parent 70499b2 commit d87a7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/db/models/lookups.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def batch_process_rhs(self, compiler, connection, rhs=None):
return sql, tuple(params)


class PostgresOperatorLookup(FieldGetDbPrepValueMixin, Lookup):
class PostgresOperatorLookup(Lookup):
"""Lookup defined by operators on PostgreSQL."""

postgres_operator = None
Expand Down

0 comments on commit d87a7b9

Please sign in to comment.