1
0
mirror of https://github.com/django/django.git synced 2025-01-05 16:06:07 +00:00
django/tests/db_functions/text
Mariusz Felisiak 9ff18c08c3
Refs #28643 -- Added MD5 database function.
Thanks Tim Graham, Nick Pope and Simon Charette for reviews.
2019-02-21 10:52:51 +01:00
..
__init__.py
test_chr.py
test_concat.py
test_left.py
test_length.py
test_lower.py
test_md5.py Refs #28643 -- Added MD5 database function. 2019-02-21 10:52:51 +01:00
test_ord.py
test_pad.py Fixed #29500 -- Fixed SQLite function crashes on null values. 2018-09-10 15:08:55 -04:00
test_repeat.py Fixed #29500 -- Fixed SQLite function crashes on null values. 2018-09-10 15:08:55 -04:00
test_replace.py
test_reverse.py Refs #28643 -- Added Reverse database function. 2019-01-12 10:45:48 -05:00
test_right.py
test_strindex.py
test_substr.py
test_trim.py
test_upper.py