Changes between Initial Version and Version 1 of Ticket #36445, comment 7


Ignore:
Timestamp:
Jun 10, 2025, 7:27:27 PM (3 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36445, comment 7

    initial v1  
    33I wasn't involved in the regression status determination, my comment was referring to [https://github.com/django/django/pull/19503#discussion_r2130245705 this discussion] and assuming it was the case. It is possible that the issue you reported in #36453 is a valid regression in Django 5.2.3 for a slightly different scenario as `When` / `Case` have a variation of expression resolving than `Coalesce`.
    44
    5 If you can write a regression test that fails pass for < 5.2 and fail for 5.2.3 then it is effectively a regression and closing #36453, and potentially categorizing this ticket as an issue predating 5.2, was likely a triage mistake.
     5If you can write a regression test that passes for < 5.2 and fail for 5.2.3 then it is effectively a regression and closing #36453, and potentially categorizing this ticket as an issue predating 5.2, was likely a triage mistake.
    66
Back to Top