diff options
| author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2020-07-03 08:38:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-03 09:38:18 +0200 |
| commit | baf404f749ffd008fb3401ff1b710c6e6519606f (patch) | |
| tree | ff41bc23e601fc1f1c241d0df04332f49108f28d | |
| parent | 37389ae99eb17ee8e2db39545d0e13f5ab8f006a (diff) | |
Fixed #30945 -- Doc'd plural equations changes in 2.2. release notes.
| -rw-r--r-- | docs/releases/2.2.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 896730ef2f..3f21c55b18 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -475,6 +475,14 @@ Miscellaneous * Providing an integer in the ``key`` argument of the :meth:`.cache.delete` or :meth:`.cache.get` now raises :exc:`ValueError`. +* Plural equations for some languages are changed, because the latest versions + from Transifex are incorporated. + + .. note:: + + The ability to handle ``.po`` files containing different plural equations + for the same language was added in Django 2.2.12. + .. _deprecated-features-2.2: Features deprecated in 2.2 |
