#31402 closed New feature (fixed)
Add --check flag to migrate. — at Version 2
Reported by: | nickname123 | Owned by: | nobody |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
It would be helpful if there was a flag for migrate
that acted similar to makemigrations --check
that could be used to stop CI from deploying an application automatically when unapplied migrations exist.
One currently needs to parse output. It seems like this would be universally useful.
Change History (2)
comment:1 by , 5 years ago
Component: | Uncategorized → Core (Management commands) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Summary: | Add --check flag to showmigrations → Add --check flag to showmigrations. |
Type: | Uncategorized → New feature |
comment:2 by , 5 years ago
Description: | modified (diff) |
---|---|
Summary: | Add --check flag to showmigrations. → Add --check flag to migrate. |
Triage Stage: | Unreviewed → Accepted |
Based on short discussion https://groups.google.com/d/msg/django-developers/wr8MYU-d8pU/f86jYOZ6AQAJ.
Note:
See TracTickets
for help on using tickets.
Thanks for this ticket, however I don't see why you cannot use
makemigrations --check
for the same purpose. You can start a discussion on DevelopersMailingList if you don't agree.