From f63f3cdf0969c23fd0c05de0f4a2a1df0cd5112e Mon Sep 17 00:00:00 2001 From: manav014 Date: Tue, 27 Oct 2020 17:22:30 +0530 Subject: Fixed #29712 -- Made makemessages warn if locales have hyphens and skip them. --- docs/releases/3.2.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 0a12e2168c..83b717893e 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -600,6 +600,10 @@ Miscellaneous * The password reset mechanism now invalidates tokens when the user email is changed. +* :djadmin:`makemessages` command no longer processes invalid locales specified + using :option:`makemessages --locale` option, when they contain hyphens + (``'-'``). + .. _deprecated-features-3.2: Features deprecated in 3.2 -- cgit v1.3