-
[django.db.models.functions.math.ACos]
-
[django.db.models.functions.math.ASin]
-
[django.db.models.functions.math.ATan]
-
[django.db.models.functions.math.ATan2]
-
[django.db.models.functions.math.Abs]
-
Coerce an expression to a new field type.
[django.db.models.functions.comparison.Cast]
-
[django.db.models.functions.math.Ceil]
-
[django.db.models.functions.text.Chr]
-
Return, from left to right, the first non-null expression.
[django.db.models.functions.comparison.Coalesce]
-
[django.db.models.functions.comparison.Collate]
-
Concatenate text fields together. Backends that result in an entire null expression when any arguments are null will wrap each argument in coalesce functions to ensure a non-null result.
[django.db.models.functions.text.Concat]
-
Concatenate two arguments together. This is used by `Concat` because not all backend databases support more than two arguments.
[django.db.models.functions.text.ConcatPair]
-
[django.db.models.functions.math.Cos]
-
[django.db.models.functions.math.Cot]
-
[django.db.models.functions.window.CumeDist]
-
[django.db.models.functions.math.Degrees]
-
[django.db.models.functions.window.DenseRank]
-
[django.db.models.functions.math.Exp]
-
[django.db.models.functions.datetime.Extract]
-
[django.db.models.functions.datetime.ExtractDay]
-
[django.db.models.functions.datetime.ExtractHour]
-
Return Monday=1 through Sunday=7, based on ISO-8601.
[django.db.models.functions.datetime.ExtractIsoWeekDay]
-
Return the ISO-8601 week-numbering year.
[django.db.models.functions.datetime.ExtractIsoYear]
-
[django.db.models.functions.datetime.ExtractMinute]
-
[django.db.models.functions.datetime.ExtractMonth]
-
[django.db.models.functions.datetime.ExtractQuarter]
-
[django.db.models.functions.datetime.ExtractSecond]
-
Return 1-52 or 53, based on ISO-8601, i.e., Monday is the first of the week.
[django.db.models.functions.datetime.ExtractWeek]
-
Return Sunday=1 through Saturday=7.
[django.db.models.functions.datetime.ExtractWeekDay]
-
[django.db.models.functions.datetime.ExtractYear]
-
[django.db.models.functions.window.FirstValue]
-
[django.db.models.functions.math.Floor]
-
Return the maximum expression.
[django.db.models.functions.comparison.Greatest]
-
[django.db.models.functions.text.LPad]
-
[django.db.models.functions.text.LTrim]
-
[django.db.models.functions.window.Lag]
-
[django.db.models.functions.window.LastValue]
-
[django.db.models.functions.window.Lead]
-
Return the minimum expression.
[django.db.models.functions.comparison.Least]
-
[django.db.models.functions.text.Left]
-
Return the number of characters in the expression.
[django.db.models.functions.text.Length]
-
[django.db.models.functions.math.Ln]
-
[django.db.models.functions.math.Log]
-
[django.db.models.functions.text.Lower]
-
[django.db.models.functions.text.MD5]
-
[django.db.models.functions.math.Mod]
-
[django.db.models.functions.datetime.Now]
-
[django.db.models.functions.window.NthValue]
-
[django.db.models.functions.window.Ntile]
-
[django.db.models.functions.comparison.NullIf]
-
[django.db.models.functions.text.Ord]
-
[django.db.models.functions.window.PercentRank]
-
[django.db.models.functions.math.Pi]
-
[django.db.models.functions.math.Power]
-
[django.db.models.functions.text.RPad]
-
[django.db.models.functions.text.RTrim]
-
[django.db.models.functions.math.Radians]
-
[django.db.models.functions.math.Random]
-
[django.db.models.functions.window.Rank]
-
[django.db.models.functions.text.Repeat]
-
[django.db.models.functions.text.Replace]
-
[django.db.models.functions.text.Reverse]
-
[django.db.models.functions.text.Right]
-
[django.db.models.functions.math.Round]
-
[django.db.models.functions.window.RowNumber]
-
[django.db.models.functions.text.SHA1]
-
[django.db.models.functions.text.SHA224]
-
[django.db.models.functions.text.SHA256]
-
[django.db.models.functions.text.SHA384]
-
[django.db.models.functions.text.SHA512]
-
[django.db.models.functions.math.Sign]
-
[django.db.models.functions.math.Sin]
-
[django.db.models.functions.math.Sqrt]
-
Return a positive integer corresponding to the 1-indexed position of the first occurrence of a substring inside another string, or 0 if the substring is not found.
[django.db.models.functions.text.StrIndex]
-
[django.db.models.functions.text.Substr]
-
[django.db.models.functions.math.Tan]
-
[django.db.models.functions.text.Trim]
-
[django.db.models.functions.datetime.Trunc]
-
[django.db.models.functions.datetime.TruncDate]
-
[django.db.models.functions.datetime.TruncDay]
-
[django.db.models.functions.datetime.TruncHour]
-
[django.db.models.functions.datetime.TruncMinute]
-
[django.db.models.functions.datetime.TruncMonth]
-
[django.db.models.functions.datetime.TruncQuarter]
-
[django.db.models.functions.datetime.TruncSecond]
-
[django.db.models.functions.datetime.TruncTime]
-
Truncate to midnight on the Monday of the week.
[django.db.models.functions.datetime.TruncWeek]
-
[django.db.models.functions.datetime.TruncYear]
-
[django.db.models.functions.text.Upper]