From 50bbc93ccb9c90a527849cbd18c2f6f02ca83cd1 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 13 Oct 2017 18:37:31 +0200 Subject: [1.11.x] Fixed #28710 -- Fixed the Basque DATE_FORMAT string Thanks Eneko Illarramendi for the report and initial patch. Backport of 8c538871bda3832bca2dddefe317bf4a9230dd45 from master. --- django/conf/locale/eu/formats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django') diff --git a/django/conf/locale/eu/formats.py b/django/conf/locale/eu/formats.py index 4ddf04ef5a..767491719b 100644 --- a/django/conf/locale/eu/formats.py +++ b/django/conf/locale/eu/formats.py @@ -5,7 +5,7 @@ from __future__ import unicode_literals # The *_FORMAT strings use the Django date format syntax, # see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date -DATE_FORMAT = r'Yeko M\re\n d\a' +DATE_FORMAT = r'Y\k\o N j\a' TIME_FORMAT = 'H:i' # DATETIME_FORMAT = # YEAR_MONTH_FORMAT = -- cgit v1.3