Opened 5 years ago

Closed 5 years ago

#30418 closed New feature (fixed)

Add --skip-checks option to management commands.

Reported by: Jon Dufresne Owned by: Jon Dufresne
Component: Core (Management commands) Version: dev
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

Management commands already have skip_checks stealth option. I propose exposing this option on the command line. This would allow users to skip checks when running a command from the command line. Sometimes in a development environment, it is nice to move ahead with a task at hand rather than getting side tracked fixing a system check.

Change History (3)

comment:2 by Mariusz Felisiak, 5 years ago

Owner: changed from nobody to Jon Dufresne
Status: newassigned
Summary: Add --skip-checks option to management commandsAdd --skip-checks option to management commands.
Triage Stage: UnreviewedAccepted

comment:3 by Mariusz Felisiak <felisiak.mariusz@…>, 5 years ago

Resolution: fixed
Status: assignedclosed

In 6866c91:

Fixed #30418 -- Added --skip-checks management command option.

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