mirror of
https://github.com/django/django.git
synced 2025-11-24 12:51:44 +00:00
When Expression.__init__() overrides make use of *args, **kwargs captures their argument values are respectively bound as a tuple and dict instances. These composite values might themselves contain values that require special identity treatments such as Concat(output_field) as it's a Field instance. Refs #30628 which introduced bound Field differentiation but lacked argument captures handling. Thanks erchenstein for the report. |
||
|---|---|---|
| .. | ||
| __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 | ||
| test_sha224.py | ||
| test_sha256.py | ||
| test_sha384.py | ||
| test_sha512.py | ||
| test_strindex.py | ||
| test_substr.py | ||
| test_trim.py | ||
| test_upper.py | ||