0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/tests/db_functions/text
Simon Charette ea3beb4f5a Refs #30446 -- Defined default output_field of text database functions.
This prevented the default behavior of
BaseExpression._resolve_output_field from error'ing out when such
functions accepted both expressions from mixed types
(e.g. SubStr(CharField, IntegerField, IntegerField)).
2020-06-16 10:08:02 +02: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
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
test_right.py Refs #30446 -- Defined default output_field of text database functions. 2020-06-16 10:08:02 +02:00
test_sha1.py
test_sha224.py
test_sha256.py
test_sha384.py
test_sha512.py
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