mirror of
https://github.com/django/django.git
synced 2025-08-19 02:01:29 +00:00
[1.7.x] Fixed #23417 -- Completed locale formats for zh_CN, zh_Hans, zh_Hant and zh_TW.
Backport of 1ac32e76ac
from master
This commit is contained in:
parent
40ce3efda2
commit
d4c68c46aa
5 changed files with 143 additions and 56 deletions
|
@ -51,3 +51,6 @@ Bugfixes
|
|||
a backwards or no-op migration (:ticket:`23474`).
|
||||
|
||||
* Restored the ability to deepcopy ``F`` objects (:ticket:`23492`).
|
||||
|
||||
* Formats for Welsh (``cy``) and several Chinese locales (``zh_CN``,
|
||||
``zh_Hans``, ``zh_Hant`` and ``zh_TW``) have been added.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue