Changes between Initial Version and Version 1 of Ticket #31150, comment 4
- Timestamp:
- Feb 20, 2020, 2:41:22 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31150, comment 4
initial v1 5 5 {{{ 6 6 def test_filtered_aggregate_ref_subquery_annotation_e_31150(self): 7 from django.db.models import OuterRef, Subquery 7 8 aggs = Author.objects.annotate( 8 9 earliest_book_year=Subquery(