Allow makemigrations --dry-run to output the migrations to stdout
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)
Summary: |
A more verbose --dry-run option for makemigrations? → Allow makemigrations --dry-run to output the migrations to stdout
|
Triage Stage: |
Unreviewed → Accepted
|
Owner: |
changed from nobody to mardini
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Could be useful.