Fixed #23967 -- Added formats for Greek

This commit is contained in:
Serafeim Papastefanos 2015-01-10 00:05:58 +02:00 committed by Tim Graham
parent 7289d01973
commit 74f02557e0
2 changed files with 27 additions and 11 deletions

View file

@ -24,3 +24,5 @@ Bugfixes
* Fixed a crash in the ``django.contrib.auth.redirect_to_login`` view when
passing a :func:`~django.core.urlresolvers.reverse_lazy` result on Python 3
(:ticket:`24097`).
* Added correct formats for Greek (``el``) (:ticket:`23967`).