From 2c1f27d0d0346889e3af3b1be03e39e7117b1165 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Tue, 27 Aug 2024 21:31:07 +0200 Subject: Dropped safeguards against very old versions of gettext. gettext 0.19 was released in 2014. --- docs/releases/5.2.txt | 2 ++ docs/topics/i18n/translation.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') 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: -- cgit v1.3