Modify ↓
Ticket #780 (closed defect: fixed)
post_migrate signal not sent with verbosity 0 and nothing to migrate
| Reported by: | duncan@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0 |
| Component: | commands | Version: | mercurial |
| Keywords: | signal post_migrate verbosity | Cc: |
Description
When running
python manage.py migrate -v 0
if there are no migrations to do, the post_migrate signal is not sent and initial_data is not loaded. With -v 1, both of these things happen, which is the right behaviour.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

I've sent a pull request with the change needed to fix this.
Cheers,
Duncan