mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #23967 -- Added formats for Greek
This commit is contained in:
parent
7289d01973
commit
74f02557e0
2 changed files with 27 additions and 11 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue