Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#25123 closed Cleanup/optimization (fixed)

Incorrect makemessage command help text

Reported by: Cesar Canassa Owned by: nobody
Component: Core (Management commands) Version: 1.8
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Cesar Canassa)

The help text from the makemessage commands says this about --extensions flag:

The file extension(s) to examine (default: "html,txt",
or "js" if the domain is "djangojs"). Separate
multiple extensions with commas, or use -e multiple
times.

But the default file extensions is "html,txt,py" and not "html,txt". Not listing the "py" extension might imply that this extension is always set and that user don't need to specify it in case he/she decides to add another extension.

https://github.com/django/django/pull/4996

Change History (5)

comment:1 by Cesar Canassa, 9 years ago

Description: modified (diff)

comment:2 by Cesar Canassa, 9 years ago

Description: modified (diff)

comment:3 by Tim Graham, 9 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin
Type: UncategorizedCleanup/optimization

comment:4 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: newclosed

In 561c018:

Fixed #25123 -- Corrected makemessages --extension help text

comment:5 by Tim Graham <timograham@…>, 9 years ago

In 83b3242:

[1.8.x] Fixed #25123 -- Corrected makemessages --extension help text

Backport of 561c018d88203826cb9fd370e03a28e829871b75 from master

Note: See TracTickets for help on using tickets.
Back to Top