mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
parent
1b6f05e91f
commit
6585ebebaa
2 changed files with 24 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue