Opened 10 years ago
Closed 10 years ago
#24129 closed New feature (fixed)
Add indicator that migrations are rendering model states before applying the first migration
Reported by: | Markus Holtermann | Owned by: | Markus Holtermann |
---|---|---|---|
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: | yes | UI/UX: | no |
Description
When running migrations, right before the "Applying someapp.0001_initial... OK" output, the process seems to hang. I propose to add an indicator like "Rendering model states... DONE" to make users aware of the fact that Django is still doing something.
This is a simple fix after #24123 is fixed.
Change History (3)
comment:1 by , 10 years ago
Has patch: | set |
---|
comment:2 by , 10 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
PR: https://github.com/django/django/pull/3891