1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #33565 -- Improved locale format validation for the makemessages command.

This commit is contained in:
Ronnie van den Crommenacker
2022-03-17 12:02:59 +01:00
committed by Carlton Gibson
parent 49b470b918
commit c32858a8ce
4 changed files with 124 additions and 9 deletions

View File

@@ -155,7 +155,8 @@ Logging
Management Commands
~~~~~~~~~~~~~~~~~~~
* ...
* :djadmin:`makemessages` command now supports locales with private sub-tags
such as ``nl_NL-x-informal``.
Migrations
~~~~~~~~~~