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
/
text.py
Age
Commit message (
Expand
)
Author
2019-01-14
Avoided calling as_oracle() for SQLite in Left database function.
Nick Pope
2019-01-14
Simplified overriding source expressions in some database functions.
Nick Pope
2019-01-12
Refs #28643 -- Added Reverse database function.
Nick Pope
2019-01-08
Simplified some imports for database functions.
Nick Pope
2018-09-10
Fixed #29500 -- Fixed SQLite function crashes on null values.
Srinivas Reddy Thatiparthy
2018-08-23
Fixed #29048 -- Added **extra_context to database function as_vendor() methods.
priyanshsaxena
2018-04-03
Refs #28643 -- Added Repeat database function.
Mariusz Felisiak
2018-04-03
Fixed #29251 -- Added bytes to str conversion in LPad/RPad database functions...
Mariusz Felisiak
2018-03-19
Refs #28643 -- Added LPad and RPad database functions.
Mariusz Felisiak
2018-03-15
Refs #28643 -- Added LTrim, RTrim, and Trim database functions.
Mariusz Felisiak
2018-02-23
Refs #28643 -- Added Ord, Chr, Left, and Right database functions.
bobort
2018-01-17
Refs #28643 -- Added Replace database function.
Mads Jensen
2017-10-13
Refs #28643 -- Reorganized database functions.
Mariusz Felisiak