From a6baada7bdf0c2b14045ee86364f9401c7b91b7c Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sun, 7 Aug 2016 20:05:07 +0200 Subject: 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. --- docs/releases/1.11.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index 128ef2c203..b06d4e8a46 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -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 -- cgit v1.3