Changes between Initial Version and Version 4 of Ticket #25390
- Timestamp:
- Sep 16, 2015, 7:18:06 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25390
- Property Owner set to
- Property Status new → assigned
- Property Has patch set
- Property Needs documentation unset
- Property Needs tests unset
- Property Triage Stage Unreviewed → Accepted
-
Ticket #25390 – Description
initial v4 1 The `squashmigrations` command currently only supports squashing all migrations from 0001 to a given input. If a migration in between uses `RunPython` or `RunSQL` the current `squashmigrations` behavior is infeasible due to restrictions from those t o operations.1 The `squashmigrations` command currently only supports squashing all migrations from 0001 to a given input. If a migration in between uses `RunPython` or `RunSQL` the current `squashmigrations` behavior is infeasible due to restrictions from those two operations. 2 2 3 3 `squashmigrations` should provide a way to define the first migration from which on the migrations are squashed up to the one given.