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:
committed by
Mariusz Felisiak
parent
7514852767
commit
bd4e409695
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user