Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▾ db
▸ backends
▸ migrations
▾ models
▸ aggregates
▸ base
▸ constants
▸ constraints
▸ deletion
▸ enums
▾ expressions
class
BaseExpression
class
Case
class
Col
class
Combinable
class
CombinedExpression
class
DurationExpression
class
Exists
class
Expression
class
ExpressionList
class
ExpressionWrapper
class
F
class
Func
class
OrderBy
class
OuterRef
class
RawSQL
class
Ref
class
ResolvedOuterRef
class
RowRange
class
SQLiteNumericMixin
class
Star
class
Subquery
class
TemporalSubtraction
class
Value
class
ValueRange
class
When
class
Window
class
WindowFrame
▸ fields
▸ functions
▸ indexes
▸ lookups
▸ manager
▸ options
▸ query
▸ query_utils
▸ signals
▸ sql
▸ utils
▸ transaction
▸ utils
class
DefaultConnectionProxy
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class Combinable
django
.
db
.
models
.
expressions
.
Combinable
Provide the ability to combine one or two objects with some connector. For example F('foo') + F('bar').
Declaration
class
Combinable
source
link
Documentation
Methods
▷
def
__add__
(
self, other
)
source
link
▷
def
__and__
(
self, other
)
source
link
▷
def
__mod__
(
self, other
)
source
link
▷
def
__mul__
(
self, other
)
source
link
▷
def
__neg__
(
self
)
source
link
▷
def
__or__
(
self, other
)
source
link
▷
def
__pow__
(
self, other
)
source
link
▷
def
__radd__
(
self, other
)
source
link
▷
def
__rand__
(
self, other
)
source
link
▷
def
__rmod__
(
self, other
)
source
link
▷
def
__rmul__
(
self, other
)
source
link
▷
def
__ror__
(
self, other
)
source
link
▷
def
__rpow__
(
self, other
)
source
link
▷
def
__rsub__
(
self, other
)
source
link
▷
def
__rtruediv__
(
self, other
)
source
link
▷
def
__sub__
(
self, other
)
source
link
▷
def
__truediv__
(
self, other
)
source
link
▷
def
bitand
(
self, other
)
source
link
▷
def
bitleftshift
(
self, other
)
source
link
▷
def
bitor
(
self, other
)
source
link
▷
def
bitrightshift
(
self, other
)
source
link
▷
def
bitxor
(
self, other
)
source
link
Subclasses
django
.
db
.
models
.
expressions
.
Expression
django
.
db
.
models
.
expressions
.
F
Reexports
Imported in
django.contrib.admin.checks
.
Imported in
django.contrib.admin.views.main
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04