diff options
| author | manav014 <dpsman13016@gmail.com> | 2020-10-27 17:22:30 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-11-13 09:25:42 +0100 |
| commit | f63f3cdf0969c23fd0c05de0f4a2a1df0cd5112e (patch) | |
| tree | 275b6970b40becf02d1fd13fa8dcf1b6fd3a0a5c /docs/releases/3.2.txt | |
| parent | 8ed024b9b9ca4491fcb17cb15b3b5f18a8f60ff8 (diff) | |
Fixed #29712 -- Made makemessages warn if locales have hyphens and skip them.
Diffstat (limited to 'docs/releases/3.2.txt')
| -rw-r--r-- | docs/releases/3.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
