Changes between Initial Version and Version 1 of Ticket #34935
- Timestamp:
- Oct 29, 2023, 6:14:40 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34935 – Description
initial v1 24 24 25 25 Thus, to see the pending migrations, the only option is to run again without `--check` and actually write them out. If you run `makemigrations --check` in CI, a failure requires an extra run, perhaps locally, before you can start to debug. 26 27 `-v 0` can (and could) always be used to mute the output if desired.