1
0
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:
Malte Beckmann
2014-09-11 14:43:49 +02:00
committed by Tim Graham
parent 5472d18e31
commit 22bfc45146
52 changed files with 101 additions and 98 deletions

View File

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