django/tests/db_functions/text
Hasan Ramezani 275dd4ebba
Fixed #32178 -- Allowed database backends to skip tests and mark expected failures.
Co-authored-by: Tim Graham <timograham@gmail.com>
2020-12-10 18:00:57 +01:00
..
__init__.py
test_chr.py
test_concat.py
test_left.py Refs #30446 -- Defined default output_field of text database functions. 2020-06-16 10:08:02 +02:00
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 Refs #30446 -- Defined default output_field of text database functions. 2020-06-16 10:08:02 +02:00
test_repeat.py Refs #30446 -- Defined default output_field of text database functions. 2020-06-16 10:08:02 +02:00
test_replace.py
test_reverse.py Refs #28643 -- Added Reverse database function. 2019-01-12 10:45:48 -05:00
test_right.py Refs #30446 -- Defined default output_field of text database functions. 2020-06-16 10:08:02 +02:00
test_sha1.py Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database functions. 2019-03-20 19:30:43 +01:00
test_sha224.py Fixed #32178 -- Allowed database backends to skip tests and mark expected failures. 2020-12-10 18:00:57 +01:00
test_sha256.py Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database functions. 2019-03-20 19:30:43 +01:00
test_sha384.py Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database functions. 2019-03-20 19:30:43 +01:00
test_sha512.py Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database functions. 2019-03-20 19:30:43 +01:00
test_strindex.py
test_substr.py Refs #30446 -- Defined default output_field of text database functions. 2020-06-16 10:08:02 +02:00
test_trim.py
test_upper.py