Changes between Initial Version and Version 1 of Ticket #36408


Ignore:
Timestamp:
May 22, 2025, 5:49:28 AM (4 months ago)
Author:
Adam Johnson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36408 – Description

    initial v1  
    11Like #36404, I have also encountered some `FieldError`s for a PostgreSQL `ArrayAgg` that uses an `OuterRef` in its `order_by` clause.
    22
    3 For example, with models:
     3The issue is reproduced ​in [https://github.com/adamchainz/django-ticket-36408 this example project], with models:
    44
    55{{{#!python
Back to Top