diff options
| author | Cole D <104338788+dylancdavis@users.noreply.github.com> | 2024-04-26 08:50:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-26 09:50:47 -0300 |
| commit | e1431dd92e78c916ab8ba42c1c40bb143bc57d4d (patch) | |
| tree | d903e9ad6bec654e4197d3ef9681f342ffa213c1 /docs | |
| parent | c8df2f994130d74ec35d32a36e30aad7d6ea8e3a (diff) | |
Made confirmation prompt in squashmigrations consistent with other prompts.
Prior to this change, squashmigrations would use a [yN] prompt to ask
for user confirmation. A slash was added between the yes/no options
to make it consistent with other commands that print similar prompts.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/migrations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt index 5fb5019c1e..ef8fc577f5 100644 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -703,7 +703,7 @@ app label and migration name you want to squash up to, and it'll get to work: - 0002_some_change - 0003_another_change - 0004_undo_something - Do you wish to proceed? [yN] y + Do you wish to proceed? [y/N] y Optimizing... Optimized from 12 operations to 7 operations. Created new squashed migration /home/andrew/Programs/DjangoTest/test/migrations/0001_squashed_0004_undo_something.py |
