mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[4.1.x] Refs #32873 -- Adjusted formatting note on USE_L10N default.
Backport of 9582f2f9d173935fef35c8c27b0f80258b1fb106 from main
This commit is contained in:
parent
170322451a
commit
3a46d5ec79
@ -13,8 +13,8 @@ When it's enabled, two users accessing the same content may see dates, times and
|
||||
numbers formatted in different ways, depending on the formats for their current
|
||||
locale.
|
||||
|
||||
The formatting system is disabled by default. To enable it, it's
|
||||
necessary to set :setting:`USE_L10N = True <USE_L10N>` in your settings file.
|
||||
The formatting system is enabled by default. To disable it, it's
|
||||
necessary to set :setting:`USE_L10N = False <USE_L10N>` in your settings file.
|
||||
|
||||
.. note::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user