Modify ↓
Ticket #49 (closed defect: fixed)
vanilla 'migrate' command isn't explained in the docs
| Reported by: | anonymous | Owned by: | andrew |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | commands | Version: | |
| Keywords: | Cc: |
Description
You do a great job of explaining the nuances of ./manage.py migrate my_app, but I didn't realize that ./manage.py migrate will migrate all apps until I experimented on my own (important since I'm automating migrations across many servers).
Bravo on everything else, though.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

A good point. I've extended the Command Reference to include information about what that does.