diff options
| author | David Smith <smithdc@gmail.com> | 2020-07-02 18:06:28 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-07-03 09:39:23 +0200 |
| commit | 8f750bc295c8a8d3415cc35f4ae0f6b5bfe77bf2 (patch) | |
| tree | f1d04d0788ae5bbd961248f346413a3daa73ca1e | |
| parent | 9e4f55757dcdb171c515d65a4d8e9ff5dc33a8f8 (diff) | |
[3.0.x] Fixed #30945 -- Doc'd plural equations changes in 2.2. release notes.
Backport of 392036be29b759204cbc4033072672acacabf3f7 from master
| -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 b3a815fbb1..d6c9c19fc6 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 |
