1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/tests/db_functions/text
2020-02-04 13:20:06 +01:00
..
__init__.py
test_chr.py
test_concat.py
test_left.py
test_length.py
test_lower.py
test_md5.py
test_ord.py
test_pad.py
test_repeat.py
test_replace.py
test_reverse.py
test_right.py
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 Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +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
test_trim.py
test_upper.py