Opened 9 years ago

Last modified 9 years ago

#25123 closed Cleanup/optimization

Incorrect makemessage command help text — at Version 2

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 (2)

comment:1 by Cesar Canassa, 9 years ago

Description: modified (diff)

comment:2 by Cesar Canassa, 9 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top