mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23466 -- Removed seconds from all locale time output formats.
This commit is contained in:
committed by
Tim Graham
parent
5472d18e31
commit
22bfc45146
@@ -556,6 +556,9 @@ Miscellaneous
|
||||
* For consistency with other major vendors, the ``en_GB`` locale now has Monday
|
||||
as the first day of the week.
|
||||
|
||||
* Seconds have been removed from any locales that had them in ``TIME_FORMAT``,
|
||||
``DATETIME_FORMAT``, or ``SHORT_DATETIME_FORMAT``.
|
||||
|
||||
.. _deprecated-features-1.8:
|
||||
|
||||
Features deprecated in 1.8
|
||||
|
||||
Reference in New Issue
Block a user