diff options
| author | Claude Paroz <claude@2xlibre.net> | 2024-08-27 21:31:07 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2024-08-30 13:39:04 +0200 |
| commit | 2c1f27d0d0346889e3af3b1be03e39e7117b1165 (patch) | |
| tree | e040d3b366798108ce635ad4ea5f36d6192417d0 /docs | |
| parent | 2ff00251f929cc3e014dd447f6847196e66e69b8 (diff) | |
Dropped safeguards against very old versions of gettext.
gettext 0.19 was released in 2014.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.2.txt | 2 | ||||
| -rw-r--r-- | docs/topics/i18n/translation.txt | 2 |
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: |
