Changes between Initial Version and Version 1 of Ticket #36166, comment 6
- Timestamp:
- Jul 22, 2026, 10:02:50 AM (13 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36166, comment 6
initial v1 1 I have verified the patch provided in PR #20490. I wrote a reproduction script that simulates the migration squash and rollback scenario.1 I have verified the patch provided in [https://github.com/django/django/pull/20490 PR #20490]. I wrote a reproduction script that simulates the migration squash and rollback scenario. 2 2 3 3 On main: The bug was reproducible (Migration 0003 remained applied after rollback). 4 4 5 With PR #20490: The bug is fixed (Migration 0003 was correctly unapplied).5 With [https://github.com/django/django/pull/20490 PR #20490]: The bug is fixed (Migration 0003 was correctly unapplied). 6 6 7 7 Verified on Windows/SQLite. The patch works as expected.