diff options
| author | Claude Paroz <claude@2xlibre.net> | 2020-05-22 20:39:47 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-06-01 07:27:08 +0200 |
| commit | bd4e409695f8d6deebb1b3f70ffb9bc670477c2a (patch) | |
| tree | 4c4c044b026c252459eae70792efcb5649c61980 /docs | |
| parent | 7514852767c4723322f5799a2bd25b7ca263e3b0 (diff) | |
Made intword/intcomma template filters independent of USE_L10N.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 5436726fa4..662fc889e5 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -283,6 +283,9 @@ Miscellaneous * :func:`~django.utils.text.slugify` now removes leading and trailing dashes and underscores. +* The :tfilter:`intcomma` and :tfilter:`intword` template filters no longer + depend on the :setting:`USE_L10N` setting. + .. _deprecated-features-3.2: Features deprecated in 3.2 |
