Commit 023a3d99 authored by Tim Graham's avatar Tim Graham
Browse files

Updated release notes for backporting locale additions; refs #23368 and #23417.

parent 0eb5cde9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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.
+0 −3
Original line number Diff line number Diff line
@@ -226,9 +226,6 @@ Internationalization
  reusable apps. It also allows overriding those custom formats in your main
  Django project.

* Formats for Welsh (``cy``) and several Chinese locales (``zh_CN``,
  ``zh_Hans``, ``zh_Hant`` and ``zh_TW``) have been added.

Management Commands
^^^^^^^^^^^^^^^^^^^