mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #26940 -- Removed makemessages from no_settings_commands whitelist
As makemessages uses several settings for proper run (FILE_CHARSET, LOCALE_PATHS, MEDIA_ROOT, and STATIC_ROOT), we should require settings configuration for this command.
This commit is contained in:
		| @@ -374,6 +374,9 @@ Miscellaneous | ||||
|   called a second time before calling | ||||
|   :func:`~django.test.utils.teardown_test_environment`. | ||||
|  | ||||
| * The :djadmin:`makemessages` command now requires configured settings, like | ||||
|   most other commands. | ||||
|  | ||||
| .. _deprecated-features-1.11: | ||||
|  | ||||
| Features deprecated in 1.11 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user