#12407 closed (fixed)
"call_command" is not documented
Reported by: | Ulrich Petri | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The call_command functionality for invoking management commands programmatically has no documentation.
The only place in the official docs it's mentioned is in the 0.96 to 1.0 porting guide (http://docs.djangoproject.com/en/dev/releases/1.0-porting-guide/)
Attachments (1)
Change History (5)
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
by , 14 years ago
Attachment: | document-call-command.diff added |
---|
comment:2 by , 14 years ago
Has patch: | set |
---|---|
Version: | 1.1 → SVN |
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
(In [14818]) Fixed #12407 - Document 'call_command' - thanks UloPe for the suggestion and adamv for the patch.