Changes between Initial Version and Version 2 of Ticket #32321
- Timestamp:
- Jan 6, 2021, 12:26:10 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32321
- Property Triage Stage Accepted → Someday/Maybe
-
Ticket #32321 – Description
initial v2 1 1 The current system checks don't cover invalid models fields in functional indexes. This is not straightforward because resolving expressions with non-existent throws `FieldError`, so we cannot just collect columns from `Query._gen_cols()`. 2 2 3 4 Follow up to #26167. 5 3 6 I attached tests.