#22194 closed New feature (fixed)
Add ability to introspect available tags
| Reported by: | Russell Keith-Magee | Owned by: | Tomáš Ehrlich |
|---|---|---|---|
| Component: | Core (System checks) | Version: | 1.7-alpha-1 |
| Severity: | Normal | 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
Via discussion on django-developers
The system check framework can be invoked with a --tags option to reduce the range of checks that are executed; however, there isn't an easy way to find out what tags are available.
We should add a --listtags option to list all registered tags.
Attachments (1)
Change History (4)
by , 12 years ago
| Attachment: | listtags.diff added |
|---|
comment:1 by , 12 years ago
| Has patch: | set |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
Added --list-tags option. Personaly I prefear it over --listtags variant, but looking at few management commands, there's no rule whether to convert spaces to - or not.
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Add --list-tags option to 'check' management command.