index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
functions
/
comparison.py
Age
Commit message (
Expand
)
Author
2021-01-29
[3.2.x] Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() in expres...
Tilman Koschnick
2020-12-02
Fixed #32179 -- Added JSONObject database function.
Artur Beltsov
2020-08-11
Fixed #21181 -- Added Collate database function.
Tom Carrick
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2019-01-14
Simplified overriding source expressions in some database functions.
Nick Pope
2019-01-10
Refs #28643 -- Added NullIf database function.
Mads Jensen
2019-01-08
Simplified some imports for database functions.
Nick Pope
2018-10-01
Fixed #29767 -- Made date-related casts work on SQLite
Claude Paroz
2018-08-23
Fixed #29048 -- Added **extra_context to database function as_vendor() methods.
priyanshsaxena
2018-01-17
Fixed #28857 -- Fixed invalid SQL when using Cast with complex expressions on...
hayashi
2017-12-27
Fixed #28967 -- Prevented Cast to FloatField from rounding to integer on MySQL.
Sergey Fedoseev
2017-10-13
Refs #28643 -- Reorganized database functions.
Mariusz Felisiak