Skip to content

Commit

Permalink
[5.0.x] Fixed #35427 -- Corrected help text for makemessages --extens…
Browse files Browse the repository at this point in the history
…ion in docs/ref/django-admin.txt.

Backport of 32d163e from main.
  • Loading branch information
abdulaev-sh-m authored and nessita committed May 4, 2024
1 parent e18e931 commit 59c3f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/django-admin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 59c3f8a

Please sign in to comment.