Changes between Initial Version and Version 1 of Ticket #31150, comment 4


Ignore:
Timestamp:
Feb 20, 2020, 2:41:22 AM (5 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31150, comment 4

    initial v1  
    55{{{
    66    def test_filtered_aggregate_ref_subquery_annotation_e_31150(self):
     7        from django.db.models import OuterRef, Subquery
    78        aggs = Author.objects.annotate(
    89            earliest_book_year=Subquery(
Back to Top