Changes between Initial Version and Version 1 of Ticket #36408
- Timestamp:
- May 22, 2025, 5:49:28 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36408 – Description
initial v1 1 1 Like #36404, I have also encountered some `FieldError`s for a PostgreSQL `ArrayAgg` that uses an `OuterRef` in its `order_by` clause. 2 2 3 For example, with models:3 The issue is reproduced in [https://github.com/adamchainz/django-ticket-36408 this example project], with models: 4 4 5 5 {{{#!python