Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.

This commit is contained in:
Claude Paroz 2017-03-27 18:53:03 +02:00 committed by Tim Graham
parent 1b6f05e91f
commit 6585ebebaa
2 changed files with 24 additions and 6 deletions

View file

@ -919,6 +919,11 @@ Miscellaneous
To adapt, move the fragment outside the template tag:
``{% static 'img.svg' %}#fragment``.
* When :setting:`USE_L10N` is ``True``, localization is now applied for the
:tfilter:`date` and :tfilter:`time` filters when no format string is
specified. The ``DATE_FORMAT`` and ``TIME_FORMAT`` specifiers from the active
locale are used instead of the settings of the same name.
.. _deprecated-features-1.10:
Features deprecated in 1.10