1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #28710 -- Fixed the Basque DATE_FORMAT string

Thanks Eneko Illarramendi for the report and initial patch.
This commit is contained in:
Claude Paroz
2017-10-13 18:37:31 +02:00
parent 32ade78c55
commit 8c538871bd
3 changed files with 21 additions and 1 deletions

View File

@@ -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`).