Opened 8 years ago

Closed 8 years ago

#25958 closed Cleanup/optimization (fixed)

Remove support for skip_validation in BaseCommand.execute(**options)

Reported by: Tim Graham Owned by: nobody
Component: Core (Management commands) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The deprecation for skip_validation was missed when the system check framework was merged in 1.7.

See the Deprecating a feature checklist for tips.

Change History (4)

comment:1 by Tim Graham, 8 years ago

Actually, it might be fine to skip a deprecation as skip_validation was never documented.

comment:2 by Tim Graham, 8 years ago

Has patch: set
Summary: Deprecate skip_validation in BaseCommandRemove support for skip_validation in BaseCommand.execute(**options)

comment:3 by Simon Charette, 8 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In b10f6683:

Fixed #25958 -- Removed support for 'skip_validation' in BaseCommand.execute(options).

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