summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/conf/locale/lt/formats.py2
1 files changed, 1 insertions, 1 deletions
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 =