-
-
-
-
-
Some lookups require Field.get_db_prep_value() to be called on each value in an iterable.
-
Some lookups require Field.get_db_prep_value() to be called on their inputs.
-
-
-
-
-
-
-
-
-
Allow floats to work as query values for IntegerField. Without this, the decimal portion of the float would always be discarded.
-
-
-
-
-
-
-
-
Lookup defined by operators on PostgreSQL.
-
-
-
-
RegisterLookupMixin() is first so that get_lookup() and get_transform() first examine self and then check output_field.
-
-
-
-
-
-
-
-
Strip hyphens from a value when filtering a UUIDField on backends without a native datatype for UUID.
-
-
-
-
-
-