mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Fixed #28621 -- Fixed crash of annotations with OuterRef.
This commit is contained in:
parent
c4447ad231
commit
2a431db0f5
2 changed files with 13 additions and 0 deletions
|
@ -527,6 +527,8 @@ class ResolvedOuterRef(F):
|
|||
In this case, the reference to the outer query has been resolved because
|
||||
the inner query has been used as a subquery.
|
||||
"""
|
||||
contains_aggregate = False
|
||||
|
||||
def as_sql(self, *args, **kwargs):
|
||||
raise ValueError(
|
||||
'This queryset contains a reference to an outer query and may '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue