#22692 closed Cleanup/optimization (fixed)
`makemigrations` command options not documented.
Reported by: | mardini | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
makemigrations
command doc (https://docs.djangoproject.com/en/dev/ref/django-admin/#django-admin-makemigrations) only list one option (--empty
). Another two important options to document IMO are --dry-run
and --merge
.
Change History (4)
comment:1 by , 10 years ago
Has patch: | set |
---|
comment:2 by , 10 years ago
Summary: | `makemigrations` command options no documented. → `makemigrations` command options not documented. |
---|
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/2708