1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Made intword/intcomma template filters independent of USE_L10N.

This commit is contained in:
Claude Paroz
2020-05-22 20:39:47 +02:00
committed by Mariusz Felisiak
parent 7514852767
commit bd4e409695
2 changed files with 20 additions and 60 deletions

View File

@@ -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