1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[3.1.x] Fixed #30945 -- Doc'd plural equations changes in 2.2. release notes.

Backport of 392036be29 from master
This commit is contained in:
David Smith
2020-07-02 18:06:28 +01:00
committed by Mariusz Felisiak
parent 268ba2db8e
commit 8904895a80

View File

@@ -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