mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[4.0.x] Refs #32900 -- Restored '[y/N]' in questioner prompt when merging migrations.
Regression in02bc7161ec. Backport ofaa0d796e37from main
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							fe97f8bb62
						
					
				
				
					commit
					1aada25eeb
				
			| @@ -205,7 +205,7 @@ class InteractiveMigrationQuestioner(MigrationQuestioner): | |||||||
|         return self._boolean_input( |         return self._boolean_input( | ||||||
|             "\nMerging will only work if the operations printed above do not conflict\n" + |             "\nMerging will only work if the operations printed above do not conflict\n" + | ||||||
|             "with each other (working on different fields or models)\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, |             False, | ||||||
|         ) |         ) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user