diff --git a/django/db/migrations/questioner.py b/django/db/migrations/questioner.py index 349e35130e..9284e6be41 100644 --- a/django/db/migrations/questioner.py +++ b/django/db/migrations/questioner.py @@ -211,7 +211,7 @@ class InteractiveMigrationQuestioner(MigrationQuestioner): return self._boolean_input( "\nMerging will only work if the operations printed above do not conflict\n" + "with each other (working on different fields or models)\n" + - 'Should these migration branches be merged?', + 'Should these migration branches be merged? [y/N]', False, )