Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▾ db
▸ backends
▸ migrations
▾ models
▸ aggregates
▸ base
▸ constants
▸ constraints
▸ deletion
▸ enums
▸ expressions
▸ fields
▸ functions
▸ indexes
▾ lookups
class
BuiltinLookup
class
Contains
class
EndsWith
class
Exact
class
FieldGetDbPrepValueIterableMixin
class
FieldGetDbPrepValueMixin
class
GreaterThan
class
GreaterThanOrEqual
class
IContains
class
IEndsWith
class
IExact
class
IRegex
class
IStartsWith
class
In
class
IntegerFieldFloatRounding
class
IntegerGreaterThanOrEqual
class
IntegerLessThan
class
IsNull
class
LessThan
class
LessThanOrEqual
class
Lookup
class
PatternLookup
class
PostgresOperatorLookup
class
Range
class
Regex
class
StartsWith
class
Transform
class
UUIDContains
class
UUIDEndsWith
class
UUIDIContains
class
UUIDIEndsWith
class
UUIDIExact
class
UUIDIStartsWith
class
UUIDStartsWith
class
UUIDTextMixin
class
YearExact
class
YearGt
class
YearGte
class
YearLookup
class
YearLt
class
YearLte
▸ manager
▸ options
▸ query
▸ query_utils
▸ signals
▸ sql
▸ utils
▸ transaction
▸ utils
class
DefaultConnectionProxy
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class FieldGetDbPrepValueMixin
django
.
db
.
models
.
lookups
.
FieldGetDbPrepValueMixin
Some lookups require Field.get_db_prep_value() to be called on their inputs.
Declaration
class
FieldGetDbPrepValueMixin
source
link
Documentation
Methods
▷
def
get_db_prep_lookup
(
self, value, connection
)
source
link
Subclasses
django
.
db
.
models
.
lookups
.
FieldGetDbPrepValueIterableMixin
django
.
db
.
models
.
lookups
.
PostgresOperatorLookup
django
.
db
.
models
.
lookups
.
Exact
django
.
db
.
models
.
lookups
.
GreaterThan
django
.
db
.
models
.
lookups
.
GreaterThanOrEqual
django
.
db
.
models
.
lookups
.
LessThan
django
.
db
.
models
.
lookups
.
LessThanOrEqual
Generated by
nedoc
v0.9 at 2020-12-29 14:04