Changes between Initial Version and Version 7 of Ticket #36141


Ignore:
Timestamp:
Nov 17, 2025, 12:10:44 PM (13 days ago)
Author:
Natalia Bidart
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36141

    • Property Cc Georgi Yanchev added
    • Property Has patch set
    • Property Version dev6.0
  • Ticket #36141 – Description

    initial v7  
    1 [main/6.0]
    2 Make four migrations, migrate, squash the first two, then squash the first three: then migrate (or makemigrations --check) fails.
     1Ticket #24529 implemented the possibility to squash squashed migrations.
     2
     3To reproduce this issue, make four migrations, migrate, squash the first two, then squash the first three: then migrate (or makemigrations --check) fails.
    34
    45{{{#!shell
Back to Top