Fixed #29712 -- Made makemessages warn if locales have hyphens and skip them.

This commit is contained in:
manav014 2020-10-27 17:22:30 +05:30 committed by Mariusz Felisiak
parent 8ed024b9b9
commit f63f3cdf09
4 changed files with 27 additions and 0 deletions

View file

@ -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