From 581a36245c84850616cfd837177f0fd39e85f06d Mon Sep 17 00:00:00 2001 From: kspi Date: Wed, 4 Jul 2012 22:43:31 +0300 Subject: [PATCH] Correct Lithuanian short date format. --- django/conf/locale/lt/formats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/conf/locale/lt/formats.py b/django/conf/locale/lt/formats.py index c28600b6d6..4784a1bab5 100644 --- a/django/conf/locale/lt/formats.py +++ b/django/conf/locale/lt/formats.py @@ -9,7 +9,7 @@ TIME_FORMAT = 'H:i:s' # DATETIME_FORMAT = # YEAR_MONTH_FORMAT = # MONTH_DAY_FORMAT = -SHORT_DATE_FORMAT = 'Y.m.d' +SHORT_DATE_FORMAT = 'Y-m-d' # SHORT_DATETIME_FORMAT = # FIRST_DAY_OF_WEEK =