#22675 closed New feature (fixed)
Allow makemigrations --dry-run to output the migrations to stdout
Description ¶
When makemigrations is being dry run, the messages are useful to note that Django detected a change, but what if you want to make sure exactly what the migration will be?
It would be nice if setting the verbosity to 3 would print the full proposed migration to standard output.
Change History (6)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Summary: | A more verbose --dry-run option for makemigrations? → Allow makemigrations --dry-run to output the migrations to stdout |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Could be useful.