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 Lookup
django
.
db
.
models
.
lookups
.
Lookup
Declaration
class
Lookup
source
link
Methods
▷
def
__eq__
(
self, other
)
source
link
▷
def
__hash__
(
self
)
source
link
▶
def
__init__
(
self, lhs, rhs
)
source
link
Overrides
This method is overriden in:
django
.
contrib
.
gis
.
db
.
models
.
lookups
.
GISLookup
▷
def
apply_bilateral_transforms
(
self, value
)
source
link
▶
def
as_oracle
(
self, compiler, connection
)
source
link
Overrides
This method is overriden in:
django
.
db
.
models
.
fields
.
json
.
HasKeyLookup
django
.
db
.
models
.
fields
.
json
.
KeyTransformIsNull
django
.
db
.
models
.
fields
.
json
.
KeyTransformExact
▶
def
as_sql
(
self, compiler, connection
)
source
link
Overrides
This method is overriden in:
django
.
contrib
.
gis
.
db
.
models
.
lookups
.
GISLookup
django
.
contrib
.
postgres
.
search
.
SearchVectorExact
django
.
db
.
models
.
lookups
.
BuiltinLookup
django
.
db
.
models
.
lookups
.
YearLookup
django
.
db
.
models
.
fields
.
json
.
DataContains
django
.
db
.
models
.
fields
.
json
.
ContainedBy
django
.
db
.
models
.
fields
.
json
.
HasKeyLookup
▷
def
batch_process_rhs
(
self, compiler, connection, rhs=None
)
source
link
▷
def
contains_aggregate
(
self
)
@cached_property
@cached_property
def
contains_aggregate(
self
)
source
link
▷
def
contains_over_clause
(
self
)
@cached_property
@cached_property
def
contains_over_clause(
self
)
source
link
▶
def
get_db_prep_lookup
(
self, value, connection
)
source
link
Overrides
This method is overriden in:
django
.
contrib
.
gis
.
db
.
models
.
lookups
.
GISLookup
▷
def
get_group_by_cols
(
self, alias=None
)
source
link
▶
def
get_prep_lookup
(
self
)
source
link
Overrides
This method is overriden in:
django
.
contrib
.
postgres
.
lookups
.
HasKeys
django
.
contrib
.
postgres
.
fields
.
ranges
.
RangeContainedBy
django
.
db
.
models
.
fields
.
json
.
HasKeys
▷
def
get_source_expressions
(
self
)
source
link
▷
def
identity
(
self
)
@property
@property
def
identity(
self
)
source
link
▷
def
is_summary
(
self
)
@property
@property
def
is_summary(
self
)
source
link
▶
def
process_lhs
(
self, compiler, connection, lhs=None
)
source
link
Overrides
This method is overriden in:
django
.
contrib
.
postgres
.
lookups
.
SearchLookup
django
.
contrib
.
postgres
.
fields
.
ranges
.
RangeContainedBy
django
.
db
.
models
.
lookups
.
BuiltinLookup
▶
def
process_rhs
(
self, compiler, connection
)
source
link
Overrides
This method is overriden in:
django
.
contrib
.
gis
.
db
.
models
.
lookups
.
GISLookup
django
.
contrib
.
postgres
.
search
.
SearchVectorExact
django
.
contrib
.
postgres
.
fields
.
ranges
.
DateTimeRangeContains
django
.
contrib
.
postgres
.
fields
.
ranges
.
RangeContainedBy
django
.
db
.
models
.
lookups
.
Exact
django
.
db
.
models
.
lookups
.
IExact
django
.
db
.
models
.
lookups
.
PatternLookup
▷
def
relabeled_clone
(
self, relabels
)
source
link
▷
def
rhs_is_direct_value
(
self
)
source
link
▷
def
set_source_expressions
(
self, new_exprs
)
source
link
Subclasses
django
.
contrib
.
gis
.
db
.
models
.
lookups
.
GISLookup
django
.
contrib
.
postgres
.
search
.
SearchVectorExact
django
.
db
.
models
.
lookups
.
BuiltinLookup
django
.
db
.
models
.
lookups
.
PostgresOperatorLookup
django
.
db
.
models
.
lookups
.
YearLookup
Reexports
Imported in
django.contrib.gis.db.models.lookups
.
Imported in
django.contrib.postgres.search
.
Imported in
django.db.models.sql.query
.
Imported in
django.db.models
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04