1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/expressions
Simon Charette f783a99072 Refs #25425 -- Allowed unresolved Value() instances to be compiled.
Previously unresolved Value() instances were only allowed to be
compiled if they weren't initialized with an output_field.

Given the usage of unresolved Value() instances is relatively common in
as_sql() overrides it's less controversial to add explicit support for
this previously undefined behavior now and revisit whether or not it
should be deprecated in the future.
2020-07-14 07:20:20 +02:00
..
__init__.py
models.py Changed '%s' % value pattern to str(value). 2020-05-04 08:27:18 +02:00
test_deprecation.py
test_queryset_values.py
tests.py Refs #25425 -- Allowed unresolved Value() instances to be compiled. 2020-07-14 07:20:20 +02:00