#34457: makemigrations --check no longer prints the changes
-------------------------------------+-------------------------------------
Reporter: David Sanders | Owner: nobody
Type: | Status: closed
Cleanup/optimization |
Component: Migrations | Version: 4.2
Severity: Normal | Resolution: wontfix
Keywords: | Triage Stage:
| Unreviewed
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):
* status: new => closed
* type: Uncategorized => Cleanup/optimization
* resolution: => wontfix
Comment:
Thanks for the ticket, however I don't think it's worth the inconsistency.
You could re-run `makemigrations` when `makemigrations --check` exists
with 1, e.g.
{{{
RESULT=`makemigrations --check`
if [ "$RESULT" -gt 0 ]; then
makemigrations --dry-run
fi;
exit $RESULT
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34457#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/010701874cac2b2f-cc1fb39c-6652-4a2e-af76-797deefebaae-000000%40eu-central-1.amazonses.com.