Opened 9 years ago

Closed 9 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 Markus Holtermann, 9 years ago

Has patch: set

comment:2 by Tim Graham, 9 years ago

Triage Stage: UnreviewedReady for checkin

comment:3 by Markus Holtermann <info@…>, 9 years ago

Resolution: fixed
Status: newclosed

In eeb88123e725946802732162a22e5ad856e0c50c:

Fixed #24129 -- Added indicator that migrations are rendering the initial state

Thanks Tim Graham for the review.

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