Changes between Initial Version and Version 7 of Ticket #36141
- Timestamp:
- Nov 17, 2025, 12:10:44 PM (13 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36141
- Property Cc added
- Property Has patch set
- Property Version dev → 6.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. 1 Ticket #24529 implemented the possibility to squash squashed migrations. 2 3 To reproduce this issue, make four migrations, migrate, squash the first two, then squash the first three: then migrate (or makemigrations --check) fails. 3 4 4 5 {{{#!shell