#25936 closed Cleanup/optimization (fixed)
Migrations topic guide should mention the showmigrations command
| Reported by: | Baptiste Mispelon | Owned by: | Matt Fournier |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
The first section of the migrations topic guide [1] lists all the migration-related commands but doesn't mention the showmigrations one [2] which was added in 1.8.
[1] https://docs.djangoproject.com/en/dev/topics/migrations/#the-commands
[2] https://docs.djangoproject.com/en/dev/ref/django-admin/#django-admin-showmigrations
Change History (4)
comment:1 by , 10 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 10 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 394e5909: