Changes between Version 2 and Version 3 of Ticket #31402
- Timestamp:
- Mar 26, 2020, 2:23:18 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31402
- Property Resolution wontfix
- Property Status closed → new
-
Ticket #31402 – Description
v2 v3 1 1 It would be helpful if there was a flag for `migrate` that acted similar to `makemigrations --check` that could be used to stop CI from deploying an application automatically when unapplied migrations exist. 2 2 3 This is different from `makemigrations --check` because the new command flag would tell us if we need to *run* any migrations where as `makemigrations --check` tells us if we need to *create* any migrations. 4 3 5 One currently needs to parse output. It seems like this would be universally useful.