summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2017-10-13 18:37:31 +0200
committerClaude Paroz <claude@2xlibre.net>2017-10-13 19:52:22 +0200
commit50bbc93ccb9c90a527849cbd18c2f6f02ca83cd1 (patch)
treee31db7b59639b2f2439f45c8455d158069bfba60 /docs
parent45b0ec87d3d7c60c60b0f1c69cd89789bafaa6a8 (diff)
[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.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.7.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.11.7.txt b/docs/releases/1.11.7.txt
index 61f0d6d012..717174c625 100644
--- a/docs/releases/1.11.7.txt
+++ b/docs/releases/1.11.7.txt
@@ -11,3 +11,5 @@ Bugfixes
* Prevented ``cache.get_or_set()`` from caching ``None`` if the ``default``
argument is a callable that returns ``None`` (:ticket:`28601`).
+
+* Fixed the Basque ``DATE_FORMAT`` string (:ticket:`28710`).