diff options
| author | Claude Paroz <claude@2xlibre.net> | 2021-09-09 07:42:05 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-14 12:05:43 +0200 |
| commit | 676bd084f2509f4201561d5c77ed4ecbd157bfa0 (patch) | |
| tree | bc8dfe6748a6bfc5fe8c728a5f825dfff575cb56 /docs/releases/3.2.txt | |
| parent | 04e023e38331d6717af1cbd8da4926af612f7831 (diff) | |
Fixed #32873 -- Deprecated settings.USE_L10N.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to 'docs/releases/3.2.txt')
| -rw-r--r-- | docs/releases/3.2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 828add0fea..76d1ade6d5 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -672,7 +672,7 @@ Miscellaneous and underscores. * The :tfilter:`intcomma` and :tfilter:`intword` template filters no longer - depend on the :setting:`USE_L10N` setting. + depend on the ``USE_L10N`` setting. * Support for ``argon2-cffi`` < 19.1.0 is removed. |
