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
/
tests
/
db_functions
/
text
Age
Commit message (
Expand
)
Author
2025-02-15
Fixed #36173 -- Stabilized identity of Concat with an explicit output_field.
Simon Charette
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
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
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-22
Refs #33355 -- Added missing tests for database functions and expression on n...
Adam Johnson
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
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-12
Refs #28643 -- Added Reverse database function.
Nick Pope
2018-09-10
Fixed #29500 -- Fixed SQLite function crashes on null values.
Srinivas Reddy Thatiparthy
2018-08-21
Fixed #29658 -- Registered model lookups in tests with a context manager.
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-08-16
Reorganized text db function tests.
Nick Pope