Changes between Version 1 and Version 2 of Ticket #36445, comment 8


Ignore:
Timestamp:
Jun 11, 2025, 6:54:35 AM (3 months ago)
Author:
Thomas

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36445, comment 8

    v1 v2  
    44After bisection, I've noticed that the test passes from `4.2` to `5.2.2`. It breaks in `5.2.3` and before `4.2`.
    55To recap:
    6 - https://github.com/django/django/commit/d87a7b9f4b4c75fc03ce6bbf55c880a79d524306 was introduced in `4.2`. Before this commit the test fails, after this commit the test passes, until `5.2.3`
     6- https://github.com/django/django/commit/5c23d9f0c32f166c81ecb6f3f01d5077a6084318 was introduced in `4.2`. Before this commit the test fails, after this commit the test passes, until `5.2.3`
    77- https://github.com/django/django/commit/6fc620b4a8e91839b93af2b52d80bdbd5f8a1fcc was introduced in `5.2.3`. After this commit the test fails again.
    88
Back to Top