mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #29712 -- Made makemessages warn if locales have hyphens and skip them.
This commit is contained in:
committed by
Mariusz Felisiak
parent
8ed024b9b9
commit
f63f3cdf09
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user