Changes between Version 1 and Version 2 of Ticket #36445, comment 8
- Timestamp:
- Jun 11, 2025, 6:54:35 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36445, comment 8
v1 v2 4 4 After 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`. 5 5 To recap: 6 - https://github.com/django/django/commit/ d87a7b9f4b4c75fc03ce6bbf55c880a79d524306was 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` 7 7 - https://github.com/django/django/commit/6fc620b4a8e91839b93af2b52d80bdbd5f8a1fcc was introduced in `5.2.3`. After this commit the test fails again. 8 8