Django Classy Docs
django.db.models
fields
- AutoField
- AutoFieldMeta
- AutoFieldMixin
- BigAutoField
- BigIntegerField
- BinaryField
- BooleanField
- CharField
- CommaSeparatedIntegerField
- DateField
- DateTimeCheckMixin
- DateTimeField
- DecimalField
- DurationField
- EmailField
- Empty
- Field
- FilePathField
- FloatField
- GenericIPAddressField
- IPAddressField
- IntegerField
- NOT_PROVIDED
- NullBooleanField
- PositiveBigIntegerField
- PositiveIntegerField
- PositiveIntegerRelDbTypeMixin
- PositiveSmallIntegerField
- SlugField
- SmallAutoField
- SmallIntegerField
- TextField
- TimeField
- URLField
- UUIDField
expressions
- BaseExpression
- Case
- Col
- Combinable
- CombinedExpression
- DatabaseDefault
- DurationExpression
- Exists
- Expression
- ExpressionList
- ExpressionWrapper
- F
- Func
- NegatedExpression
- OrderBy
- OrderByList
- OuterRef
- RawSQL
- Ref
- ResolvedOuterRef
- RowRange
- SQLiteNumericMixin
- Star
- Subquery
- TemporalSubtraction
- Value
- ValueRange
- When
- Window
- WindowFrame
constraints
indexes
lookups
- BuiltinLookup
- Contains
- EndsWith
- Exact
- FieldGetDbPrepValueIterableMixin
- FieldGetDbPrepValueMixin
- GreaterThan
- GreaterThanOrEqual
- IContains
- IEndsWith
- IExact
- IRegex
- IStartsWith
- In
- IntegerFieldExact
- IntegerFieldFloatRounding
- IntegerFieldOverflow
- IntegerGreaterThan
- IntegerGreaterThanOrEqual
- IntegerLessThan
- IntegerLessThanOrEqual
- IsNull
- LessThan
- LessThanOrEqual
- Lookup
- PatternLookup
- PostgresOperatorLookup
- Range
- Regex
- StartsWith
- Transform
- UUIDContains
- UUIDEndsWith
- UUIDIContains
- UUIDIEndsWith
- UUIDIExact
- UUIDIStartsWith
- UUIDStartsWith
- UUIDTextMixin
- YearExact
- YearGt
- YearGte
- YearLookup
- YearLt
- YearLte
constants
deletion
functions
- ACos
- ASin
- ATan
- ATan2
- Abs
- Cast
- Ceil
- Chr
- Coalesce
- Collate
- Concat
- ConcatPair
- Cos
- Cot
- CumeDist
- Degrees
- DenseRank
- Exp
- Extract
- ExtractDay
- ExtractHour
- ExtractIsoWeekDay
- ExtractIsoYear
- ExtractMinute
- ExtractMonth
- ExtractQuarter
- ExtractSecond
- ExtractWeek
- ExtractWeekDay
- ExtractYear
- FirstValue
- Floor
- Greatest
- JSONObject
- LPad
- LTrim
- Lag
- LastValue
- Lead
- Least
- Left
- Length
- Ln
- Log
- Lower
- MD5
- Mod
- Now
- NthValue
- Ntile
- NullIf
- Ord
- PercentRank
- Pi
- Power
- RPad
- RTrim
- Radians
- Random
- Rank
- Repeat
- Replace
- Reverse
- Right
- Round
- RowNumber
- SHA1
- SHA224
- SHA256
- SHA384
- SHA512
- Sign
- Sin
- Sqrt
- StrIndex
- Substr
- Tan
- Trim
- Trunc
- TruncDate
- TruncDay
- TruncHour
- TruncMinute
- TruncMonth
- TruncQuarter
- TruncSecond
- TruncTime
- TruncWeek
- TruncYear
- Upper