#35719: Add support for optimizemigration to output migration with --check
------------------------------+---------------------------------------
Reporter: Adam Johnson | Type: New feature
Status: new | Component: Migrations
Version: dev | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
------------------------------+---------------------------------------
`makemigrations --check -v 3` outputs the migration source. I’d like
`optimizemigration --check -v 3` to do similar, outputting the migration
source. This could make it easy to compare what optimization does,
especially when optimizing a migration with `RunPython` operations.
--
Ticket URL: <
https://code.djangoproject.com/ticket/35719>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.