mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #17379 -- Removed management commands deactivation of the locale.
This commit is contained in:
@@ -1166,7 +1166,7 @@ Miscellaneous
|
||||
that Django includes) will no longer convert null values back to an empty
|
||||
string. This is consistent with other backends.
|
||||
|
||||
* When the :attr:`~django.core.management.BaseCommand.leave_locale_alone`
|
||||
* When the ``BaseCommand.leave_locale_alone``
|
||||
attribute is ``False``, translations are now deactivated instead of forcing
|
||||
the "en-us" locale. In the case your models contained non-English strings and
|
||||
you counted on English translations to be activated in management commands,
|
||||
|
||||
Reference in New Issue
Block a user