1
0
mirror of https://github.com/django/django.git synced 2025-01-12 19:37:06 +00:00
django/tests/expressions
Simon Charette 277ed07209 Fixed -- Fixed Exists.output_field resolution on single-valued queries.
The Subquery class which Exists inherits from defaulted to using single-valued
querie's field if no output_field was explicitly specified on initialization
which was bypassing the Exists.output_field defined at the class level.

Moving Subquery's dynamic output_field resolution to _resolve_output_field
should make sure the fallback logic is only performed if required.

Regression in 08654a99bb.

Thanks Oli Warner for the detailed report.
2018-03-08 13:30:41 -05:00
..
__init__.py
models.py Fixed -- Fixed unquoted table names in Subquery SQL when using OuterRef. 2017-10-25 21:52:38 +02:00
test_queryset_values.py
tests.py Fixed -- Fixed Exists.output_field resolution on single-valued queries. 2018-03-08 13:30:41 -05:00