mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
f783a99072
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. |
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
test_deprecation.py | ||
test_queryset_values.py | ||
tests.py |