diff options
Diffstat (limited to 'docs/ref/settings.txt')
| -rw-r--r-- | docs/ref/settings.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index cca7b18f24..c4e2c6f2c3 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -3044,6 +3044,19 @@ the correct environment. .. _list of time zones: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones +.. setting:: USE_BLANK_CHOICE_DASH + +``USE_BLANK_CHOICE_DASH`` +------------------------------------ + +.. versionadded:: 6.1 +.. deprecated:: 6.1 + +Default: ``False`` + +Set this transitional setting to ``True`` to revert back to the old default +blank choice label in forms. + .. setting:: USE_I18N ``USE_I18N`` @@ -3851,6 +3864,7 @@ File uploads Forms ----- * :setting:`FORM_RENDERER` +* :setting:`USE_BLANK_CHOICE_DASH` Globalization (``i18n``/``l10n``) --------------------------------- |
