#35427 closed Bug (fixed)
Details of extension argument for makemessages management command not correct
| Reported by: | Bona Fide IT GmbH | Owned by: | Shamil |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Bona Fide IT GmbH, Shamil | 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
The documentation of the extension argument of the makemessages management command is not correct:
Specifies a list of file extensions to examine (default: ``html``, ``txt``, ``py`` or ``js`` if :option:`--domain` is ``js``).
should be
Specifies a list of file extensions to examine (default: ``html``, ``txt``, ``py`` or ``js`` if :option:`--domain` is ``djangojs``).
The domain is not js, it should be djangojs.
https://github.com/django/django/blob/main/docs/ref/django-admin.txt#L586-L587
Attachments (1)
Change History (6)
by , 19 months ago
| Attachment: | doc-djangojs.patch added |
|---|
comment:1 by , 19 months ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 19 months ago
| Cc: | added |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:3 by , 19 months ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
Good catch thank you!