summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.2.txt2
-rw-r--r--docs/topics/i18n/translation.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt
index 0caeef01cf..f910416716 100644
--- a/docs/releases/5.2.txt
+++ b/docs/releases/5.2.txt
@@ -306,6 +306,8 @@ Miscellaneous
* Adding :attr:`.EmailMultiAlternatives.alternatives` is now only supported via
the :meth:`~.EmailMultiAlternatives.attach_alternative` method.
+* The minimum supported version of ``gettext`` is increased from 0.15 to 0.19.
+
.. _deprecated-features-5.2:
Features deprecated in 5.2
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index 3ac254de98..04dad034cc 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -1551,7 +1551,7 @@ Django comes with a tool, :djadmin:`django-admin makemessages
commands from the GNU gettext toolset: ``xgettext``, ``msgfmt``,
``msgmerge`` and ``msguniq``.
- The minimum version of the ``gettext`` utilities supported is 0.15.
+ The minimum version of the ``gettext`` utilities supported is 0.19.
To create or update a message file, run this command: