From 59c3f8a539dcea6845ace20f2b5212f7378948ba Mon Sep 17 00:00:00 2001 From: Shamil Date: Fri, 3 May 2024 23:14:25 +0300 Subject: [PATCH] [5.0.x] Fixed #35427 -- Corrected help text for makemessages --extension in docs/ref/django-admin.txt. Backport of 32d163e680817e202e0def3fbb70d2450b02cffd from main. --- docs/ref/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 59c731113c..f3734ef91c 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -584,7 +584,7 @@ Updates the message files for all available languages. .. django-admin-option:: --extension EXTENSIONS, -e EXTENSIONS Specifies a list of file extensions to examine (default: ``html``, ``txt``, -``py`` or ``js`` if :option:`--domain` is ``js``). +``py`` or ``js`` if :option:`--domain` is ``djangojs``). Example usage: