Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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:2 by mardini, 10 years ago

Summary: `makemigrations` command options no documented.`makemigrations` command options not documented.

comment:3 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In e98d303562a50c57b55bbe2d4ebdec76f6624770:

Fixed #22692 -- Added docs for makemigrations two command options.

Added documentation about --dry-run and --merge.

comment:4 by Tim Graham <timograham@…>, 10 years ago

In 4d4ea654187c2cfecbcdfe3d67badcc50786ef25:

[1.7.x] Fixed #22692 -- Added docs for makemigrations two command options.

Added documentation about --dry-run and --merge.

Backport of e98d303562 from master

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