Changes between Initial Version and Version 1 of Ticket #36166, comment 6


Ignore:
Timestamp:
Jul 22, 2026, 10:02:50 AM (13 days ago)
Author:
blighj

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.
     1I 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.
    22
    33On main: The bug was reproducible (Migration 0003 remained applied after rollback).
    44
    5 With PR #20490: The bug is fixed (Migration 0003 was correctly unapplied).
     5With [https://github.com/django/django/pull/20490 PR #20490]: The bug is fixed (Migration 0003 was correctly unapplied).
    66
    77Verified on Windows/SQLite. The patch works as expected.
Back to Top