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
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-09-11
Fixed #35732 -- Wrapped ConcatPair expression in parentheses to ensure operat...
Gastón Avila
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-01
Updated DatabaseFeatures.bare_select_suffix on Oracle 23c.
Nick Pope
2023-11-14
Fixed #34955 -- Made Concat() use || operator on PostgreSQL.
Simon Charette
2023-05-31
Fixed #34606 -- Fixed Right() function with zero length on Oracle and SQLite.
Kacper Wolkiewicz
2023-05-10
Fixed #34554 -- Fixed Reverse(Value(…)) crash on Oracle.
Mariusz Felisiak
2023-04-11
Fixed #34480 -- Fixed crash of annotations with Chr().
Jacob Walls
2023-01-09
Refs #30240 -- Fixed argument name for MySQLSHA2Mixin.as_mysql() and PostgreS...
Marti Raudsepp
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-07-02
Fixed #31758 -- Removed unneeded BytesToCharFieldConversionMixin.
Sergey Fedoseev
2020-06-16
Refs #30446 -- Defined default output_field of text database functions.
Simon Charette
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-03-20
Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database funct...
Nick Pope
2019-02-21
Refs #28643 -- Added MD5 database function.
Mariusz Felisiak
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