#35719 closed New feature (wontfix)

Add support for optimizemigration to output migration with --check

Reported by: Adam Johnson Owned by:
Component: Migrations Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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.

Change History (1)

comment:1 by Sarah Boyce, 12 months ago

Resolution: → wontfix
Status: new → closed

Hi Adam, thank you for the ticket
We recommend when requesting new features they are first discussed on the forum to validate the idea, do you mind opening a discussion and if you receive some positive feedback that others will also find this useful - linking that back here and re-opening the ticket?

Note: See TracTickets for help on using tickets.
Back to Top