1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.7.x] Updated FIRST_DAY_OF_WEEK for Ukrainian to Monday.

Backport of eab3dc195e from master
This commit is contained in:
slollo
2014-10-29 03:40:02 +03:00
committed by Tim Graham
parent d9bb7128fe
commit ffd31c017f
2 changed files with 3 additions and 1 deletions

View File

@@ -32,3 +32,5 @@ Bugfixes
* Fixed a migration crash when removing a field that is referenced in
``AlterIndexTogether`` or ``AlterUniqueTogether`` (:ticket:`23614`).
* Updated the first day of the week in the Ukrainian locale to Monday.