mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Enhanced docs and docctrings added in 869c9ba.
Thanks Claude for the suggestion.
This commit is contained in:
@@ -39,13 +39,14 @@ Minor features
|
||||
<lazy-plural-translations>` can be provided at translation time rather than
|
||||
at definition time.
|
||||
|
||||
* For custom managemente commands: Validation of the presence of valid settings
|
||||
in managements commands that ask for it by using the
|
||||
* For custom management commands: Verification of the presence of valid
|
||||
settings in commands that ask for it by using the
|
||||
:attr:`~django.core.management.BaseCommand.can_import_settings` internal
|
||||
option is now performed independently from handling of the locale that should
|
||||
active during the execution of the command. The latter can now be influenced
|
||||
by the new :attr:`~django.core.management.BaseCommand.leave_locale_alone`
|
||||
internal option. See :ref:`management-commands-and-locales` for more details.
|
||||
option is now performed independently from handling of the locale that
|
||||
should be active during the execution of the command. The latter can now be
|
||||
influenced by the new
|
||||
:attr:`~django.core.management.BaseCommand.leave_locale_alone` internal
|
||||
option. See :ref:`management-commands-and-locales` for more details.
|
||||
|
||||
Backwards incompatible changes in 1.6
|
||||
=====================================
|
||||
|
||||
Reference in New Issue
Block a user